Skip to content

Commit

Permalink
Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 17, 2024
1 parent f854bae commit 0bdb676
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ runs:
- name: Use sccache
uses: mozilla-actions/[email protected]

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ inputs.token }}'
# - name: Authenticate to Google Cloud
# uses: google-github-actions/auth@v2
# with:
# credentials_json: '${{ inputs.token }}'

- name: Enable sscache
shell: bash
Expand All @@ -55,10 +55,11 @@ runs:
echo "CC=sccache cc" >> "$GITHUB_ENV"
echo "CXX=sccache c++" >> "$GITHUB_ENV"
fi
echo "SCCACHE_GHA_ENABLED=true" >> "$GITHUB_ENV"
echo "RUSTC_WRAPPER=sccache" >> "$GITHUB_ENV"
echo "CARGO_INCREMENTAL=0" >> "$GITHUB_ENV"
echo "SCCACHE_GCS_BUCKET=neqo-cache" >> "$GITHUB_ENV"
echo "SCCACHE_GCS_RW_MODE=READ_WRITE" >> "$GITHUB_ENV"
# echo "SCCACHE_GCS_BUCKET=neqo-cache" >> "$GITHUB_ENV"
# echo "SCCACHE_GCS_RW_MODE=READ_WRITE" >> "$GITHUB_ENV"
# Ditto for rust-cache.
# - name: Use Rust cache
Expand Down

0 comments on commit 0bdb676

Please sign in to comment.