Skip to content

Commit

Permalink
use rust-1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunguk Shin committed Jan 28, 2025
1 parent e92b2cf commit 0b8699c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aa_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
rust:
- stable
- 1.82.0
instance:
#- ubuntu-24.04
#- s390x
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aa_cc_kbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
rust:
- stable
- 1.82.0
instance:
#- ubuntu-24.04
- ubuntu-24.04-arm
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt
components: rustfmt, clippy

- uses: ./.github/actions/install-intel-dcap
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/aa_crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
with:
fetch-depth: 1

- name: Install Rust toolchain (stable)
- name: Install Rust toolchain (1.82.0)
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.82.0
override: true
components: rustfmt
components: rustfmt, clippy

- name: Run rust fmt check
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aa_sample_keyprovider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
rust:
- stable
- 1.82.0
instance:
#- ubuntu-24.04
- ubuntu-24.04-arm
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/image_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
fail-fast: false
matrix:
rust:
- 1.83.0
- stable
- 1.82.0
instance:
#- ubuntu-24.04
#- s390x
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ocicrypt_rs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
#- ubuntu-24.04
- ubuntu-24.04-arm
rust:
- 1.83.0
- stable
- 1.82.0
runs-on: ${{ matrix.instance }}

steps:
Expand Down

0 comments on commit 0b8699c

Please sign in to comment.