Skip to content

Commit

Permalink
chore(CI): update CI and linting version to rust 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Aug 28, 2024
1 parent 0cd2b89 commit 13d4cb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
- 'FILE_HEADER'

env:
IMAGE: paritytech/ci-unified:bullseye-1.75.0
IMAGE: paritytech/ci-unified:bullseye-1.77.0
CARGO_TARGET_DIR: /ci-cache/${{ github.repository }}/targets/${{ github.ref_name }}/${{ github.job }}
CARGO_INCREMENTAL: 0
PURELY_STD_CRATES: ink/codegen metadata engine e2e e2e/macro ink/ir
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
env:
# Fix linking of `linkme`: https://github.com/dtolnay/linkme/issues/49
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc
uses: docker://paritytech/ci-unified:bullseye-1.75.0
uses: docker://paritytech/ci-unified:bullseye-1.77.0
with:
# run all tests with --all-features, which will run the e2e-tests feature if present
args: /bin/bash -c "scripts/for_all_contracts_exec.sh --path integration-tests --ignore public/static-buffer --partition ${{ matrix.partition }}/6 -- cargo test \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/measurements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
shell: bash
container:
image: paritytech/ci-unified:bullseye-1.75.0
image: paritytech/ci-unified:bullseye-1.77.0
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion linting/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# https://github.com/trailofbits/dylint/blob/ef7210cb08aac920c18d2141604efe210029f2a2/internal/template/rust-toolchain

[toolchain]
channel = "nightly-2024-02-08"
channel = "nightly-2024-03-21"
components = ["llvm-tools-preview", "rustc-dev"]

0 comments on commit 13d4cb1

Please sign in to comment.