Skip to content

Commit

Permalink
Use rust-1.82.0 for only arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Seunguk Shin committed Feb 4, 2025
1 parent 6505000 commit a07b315
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/aa_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
fail-fast: false
matrix:
rust:
# TODO: change 1.82.0 to stable when the following issue is resolved
# https://github.com/rust-lang/rust/issues/135867
- 1.82.0
- stable
instance:
- ubuntu-24.04
#- s390x
Expand All @@ -50,6 +48,9 @@ jobs:
- instance: ubuntu-24.04-arm
make_args: "ATTESTER=cca-attester TEE_PLATFORM=cca"
cargo_test_opts: "--no-default-features --features openssl,rust-crypto,passport,cca-attester,kbs,coco_as,ttrpc,grpc"
# TODO: remove 1.82.0 when the following issue is resolved
# https://github.com/rust-lang/rust/issues/135867
rust: 1.82.0
runs-on: ${{ matrix.instance }}
steps:
- name: Code checkout
Expand Down

0 comments on commit a07b315

Please sign in to comment.