-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to newer llvm 15 branch with blake3 fix (#29)
See anza-xyz/llvm-project#68 Signed-off-by: Sean Young <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
submodules: recursive | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-08-09 https://github.com/solana-labs/llvm-project.git | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-12-07 https://github.com/solana-labs/llvm-project.git | ||
- name: Install Ninja | ||
uses: llvm/actions/install-ninja@main | ||
- run: cmake -G Ninja -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_ENABLE_TERMINFO=Off | ||
|
@@ -44,7 +44,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
submodules: recursive | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-08-09 https://github.com/solana-labs/llvm-project.git | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-12-07 https://github.com/solana-labs/llvm-project.git | ||
- run: cmake -G Ninja -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_ENABLE_TERMINFO=Off | ||
-DLLVM_ENABLE_LIBXML2=Off -DLLVM_ENABLE_ZLIB=Off | ||
-DLLVM_ENABLE_PROJECTS='clang;lld' | ||
|
@@ -72,7 +72,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-08-09 https://github.com/solana-labs/llvm-project.git | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-12-07 https://github.com/solana-labs/llvm-project.git | ||
# We may not have enough space to compile llvm, see https://github.com/actions/virtual-environments/issues/326 | ||
working-directory: C:\ | ||
- name: Setup Windows | ||
|
@@ -108,7 +108,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-08-09 https://github.com/solana-labs/llvm-project.git | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-12-07 https://github.com/solana-labs/llvm-project.git | ||
- name: Install Ninja | ||
uses: llvm/actions/install-ninja@main | ||
- run: cmake -G Ninja -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_ENABLE_TERMINFO=Off | ||
|
@@ -141,7 +141,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
- uses: dtolnay/[email protected] | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-08-09 https://github.com/solana-labs/llvm-project.git | ||
- run: git clone --depth 1 --branch solana-rustc/15.0-2022-12-07 https://github.com/solana-labs/llvm-project.git | ||
- name: Install Ninja | ||
uses: llvm/actions/install-ninja@main | ||
- run: cmake -G Ninja -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_ENABLE_TERMINFO=Off | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ jobs: | |
uses: actions/[email protected] | ||
- run: | | ||
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin | ||
docker buildx build --provenance=false --platform linux/amd64,linux/arm64 -t ghcr.io/${GITHUB_REPOSITORY}:ci-5 --push .github | ||
docker buildx build --provenance=false --platform linux/amd64,linux/arm64 -t ghcr.io/${GITHUB_REPOSITORY}:ci-6 --push .github |