-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ci for linux building and publishing #17
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: ci for docker building * feat: distingu * chore: remove useless makefile * feat: add ten prefix * feat: build for multiplatform * fix: build error * feat: remove arm64 * feat: add ubuntu18 * feat: build linux * fix: syntax * fix: image * fix: tgn * feat: reduce * fix: downgrade to older checkout * fix: 2204 gcc * fix: dotenv and jinja2 * feat: downgrape node for ubuntu18 to avoid GLIBC min version requirements error * fix: cbindgen * feat: try v4 with node16 * feat: install latest git on ubuntu 18 * fix: node16 requires checkout v3 * fix: command not found * fix: cargo not found * fix: rust path * fix: explicity default nightly * feat: bring back g++-multilib * fix: cbindgen * feat: install cbindgen * fix: cbindgen * feat: options * feat: only build release and disable test * feat: add tree * fix: purge clang6 * feat: enable debug * feat: enable tests * feat: install clang18 * feat: disable test * feat: add build clang * feat: upload artifacts * feat: add devcontainer config * chore: ignore dev container * feat: unify name * feat: autoload env and submodule * fix: clang path of libc++.a * feat: upload clang * fix: set go path * fix: build clang release only * feat: enable debug with workaround * feat: remove clan * chore: ignore gen|out * chore: remove comment * fix: ubuntu 18 * test: main-ci * fix: downgrade to avoid glibc dependency
This reverts commit ef25a35.
This reverts commit d2312a5.
halajohn
approved these changes
Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ten_building_ubuntu2204
andten_building_ubuntu1804
for linux building, will also tag tolatest
once merged tomain
;clang/gcc-debug/release
combinations onubuntu2204
andgcc-release
onubuntu18