|
|
@@ -78,7 +78,7 @@ jobs:
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- name: Rust stable
|
|
|
- run: rustup default 1.68.0
|
|
|
+ run: rustup default 1.70.0
|
|
|
- name: Build
|
|
|
run: cargo build --verbose
|
|
|
- name: Run tests
|
|
|
@@ -100,7 +100,7 @@ jobs:
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- name: Rust stable
|
|
|
- run: rustup default 1.68.0
|
|
|
+ run: rustup default 1.70.0
|
|
|
- name: Build
|
|
|
run: cargo build --verbose
|
|
|
- name: Run tests
|
|
|
@@ -124,7 +124,7 @@ jobs:
|
|
|
run: unzip c:\llvm.zip -d c:/
|
|
|
- name: Add LLVM to Path
|
|
|
run: echo "c:\llvm15.0\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
|
|
|
- - uses: dtolnay/rust-toolchain@1.68.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.70.0
|
|
|
with:
|
|
|
components: clippy
|
|
|
# We run clippy on Linux in the lint job above, but this does not check #[cfg(windows)] items
|
|
|
@@ -148,7 +148,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.68.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.70.0
|
|
|
- name: Get LLVM
|
|
|
run: curl -sSL --output llvm15.0-mac-arm.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm15-1/llvm15.0-mac-arm.tar.xz
|
|
|
- name: Extract LLVM
|
|
|
@@ -174,7 +174,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: recursive
|
|
|
- - uses: dtolnay/rust-toolchain@1.68.0
|
|
|
+ - uses: dtolnay/rust-toolchain@1.70.0
|
|
|
- name: Get LLVM
|
|
|
run: wget -q -O llvm15.0-mac-intel.tar.xz https://github.com/hyperledger/solang-llvm/releases/download/llvm15-1/llvm15.0-mac-intel.tar.xz
|
|
|
- name: Extract LLVM
|