-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc64806
commit 5e9960e
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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' | ||
|
@@ -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: | | ||
|
@@ -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' | ||
|