|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
- name: Add LLVM to Path
|
|
|
run: echo "$(pwd)/llvm14.0/bin" >> $GITHUB_PATH
|
|
|
- name: Rust stable
|
|
|
- run: rustup default 1.63.0
|
|
|
+ run: rustup default 1.64.0
|
|
|
- name: Build
|
|
|
run: cargo build --verbose --release
|
|
|
- name: Run tests
|
|
|
@@ -79,7 +79,7 @@ jobs:
|
|
|
- name: Add LLVM to Path
|
|
|
run: echo "$(pwd)/llvm14.0/bin" >> $GITHUB_PATH
|
|
|
- name: Rust stable
|
|
|
- run: rustup default 1.63.0
|
|
|
+ run: rustup default 1.64.0
|
|
|
- name: Build
|
|
|
run: cargo build --verbose --release
|
|
|
- name: Run tests
|
|
|
@@ -100,7 +100,7 @@ jobs:
|
|
|
uses: actions/checkout@v2
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.63.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.64.0
|
|
|
- run: git clone --depth 1 --branch solana-rustc/14.0-2022-03-22 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:\
|
|
|
@@ -148,7 +148,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.63.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.64.0
|
|
|
- run: git clone --depth 1 --branch solana-rustc/14.0-2022-03-22 https://github.com/solana-labs/llvm-project.git
|
|
|
- name: Install Ninja
|
|
|
uses: llvm/actions/install-ninja@main
|
|
|
@@ -193,7 +193,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.63.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.64.0
|
|
|
- run: git clone --depth 1 --branch solana-rustc/14.0-2022-03-22 https://github.com/solana-labs/llvm-project.git
|
|
|
- name: Install Ninja
|
|
|
uses: llvm/actions/install-ninja@main
|