-
Notifications
You must be signed in to change notification settings - Fork 71
build: use pixi for managing build toolchains #322
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
c4bca58
turn off cpptrace module
16bit-ykiko 6fa4e1c
introduce pixi
16bit-ykiko 999cf86
fix macos build
16bit-ykiko 640e22e
fix macos build
16bit-ykiko 8c6670c
fix macos build
16bit-ykiko e3e6d10
add license and description
16bit-ykiko bf41185
fix macos build
16bit-ykiko 9517cb5
fix macos build
16bit-ykiko f67a3df
fix macos build
16bit-ykiko 77f9df6
fix macos build
16bit-ykiko 8630d5c
update
16bit-ykiko 940de46
fix llvm version
16bit-ykiko 0a6a33f
fix llvm version
16bit-ykiko 5f15f03
fix macos build
16bit-ykiko ad76244
fix macos build
16bit-ykiko 55451e2
fix build error
16bit-ykiko 24e37cd
test mac ci
16bit-ykiko bf7bef9
test again
16bit-ykiko b547876
test again
16bit-ykiko 3e8b17a
fix build
16bit-ykiko 7962934
update glibc version
16bit-ykiko 66e4b2d
remove docker
16bit-ykiko 8dfa28b
try build llvm
16bit-ykiko 2b861ab
fix build
16bit-ykiko 4287275
fix build
16bit-ykiko 9432ef9
fix build
16bit-ykiko 84fc7b6
fix build
16bit-ykiko 5cae77b
fix build
16bit-ykiko d18aa08
fix build
16bit-ykiko 3cad788
fix build
16bit-ykiko 4b3a00a
add build log
16bit-ykiko bf45915
try to use ccache
16bit-ykiko a4c8df5
fix cache build
16bit-ykiko 7ce3dfc
test ccache
16bit-ykiko 755ecf4
use thin lto
16bit-ykiko beca8de
update build
16bit-ykiko 309b7da
fix linux toolchain
16bit-ykiko 6f6d3e2
update build
16bit-ykiko 1d94606
test upload script
16bit-ykiko 5f00617
test upload
16bit-ykiko 9e8dd0b
turn off unnecessary ci
16bit-ykiko ab84804
some fix
16bit-ykiko c4eab33
fix build
16bit-ykiko b612b9d
fix build
16bit-ykiko 89f25e2
fix ccache
16bit-ykiko b1e9328
fix asan build
16bit-ykiko bfc56ea
fix build
16bit-ykiko 5655a93
last build!
16bit-ykiko 17dd948
fix script
16bit-ykiko 1076e2d
try upload llvm binary
16bit-ykiko 725d16e
try upload
16bit-ykiko 8bbe080
tiger upload
16bit-ykiko d28f245
fix token
16bit-ykiko 524f4e5
fix pixi
16bit-ykiko b2d52fe
fix token
16bit-ykiko f31bd0f
fix token name
16bit-ykiko 812d53d
some update
16bit-ykiko 4a6ae65
some update
16bit-ykiko 488c958
test cmake build
16bit-ykiko 1654b8b
fix build script
16bit-ykiko 08194a4
test xmake
16bit-ykiko fc3f21c
turn xmake ci temporarily
16bit-ykiko c9317a6
fix typo
16bit-ykiko 9046de8
use lld-link
16bit-ykiko dbd8d2a
fix build
16bit-ykiko 0c1b1ba
fix option
16bit-ykiko c994b61
fix option
16bit-ykiko 46ca6c9
fix cmake
16bit-ykiko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # SCM syntax highlighting & preventing 3-way merges | ||
| pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,3 +60,8 @@ tests/unit/Local/ | |
| .vs/ | ||
| .idea/ | ||
| .claude | ||
|
|
||
| # pixi environments | ||
| .env | ||
| .pixi/* | ||
| !.pixi/config.toml | ||
This file contains hidden or 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
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.