Skip to content

Commit

Permalink
interop tv rust cache update
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Jan 15, 2025
1 parent cc64806 commit 5e9960e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/library_interop_test_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
permissions:
id-token: write
contents: read

env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- name: Support longpaths on Git checkout
run: |
Expand Down Expand Up @@ -75,7 +77,11 @@ jobs:
# TODO - uncomment this after Rust formatter works
# - name: Rustfmt Check
# uses: actions-rust-lang/rustfmt@v1


- name: Run sccache-cache for Rust CI
if: matrix.language == 'rust'
uses: mozilla-actions/[email protected]

# TODO: Remove this after the formatting in Rust starts working
- name: smithy-dafny Rust hacks
if: matrix.language == 'rust'
Expand Down Expand Up @@ -211,7 +217,9 @@ jobs:
permissions:
id-token: write
contents: read

env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- name: Support longpaths on Git checkout
run: |
Expand Down Expand Up @@ -255,6 +263,10 @@ jobs:
# - name: Rustfmt Check
# uses: actions-rust-lang/rustfmt@v1

- name: Run sccache-cache for Rust CI
if: matrix.decrypting_language == 'rust'
uses: mozilla-actions/[email protected]

# TODO: Remove this after the formatting in Rust starts working
- name: smithy-dafny Rust hacks
if: matrix.decrypting_language == 'rust'
Expand Down

0 comments on commit 5e9960e

Please sign in to comment.