Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several CI papercuts #320

Merged
merged 13 commits into from
Jan 6, 2021
Next Next commit
Update caching strategy for compile_commands.json files
  • Loading branch information
thedataking committed Jan 5, 2021
commit b86dbaf7f4315462483539f5308d6c2d68e5f8bb
4 changes: 1 addition & 3 deletions .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
with:
path: |
${{ github.workspace }}/testsuite/tests/**/compile_commands.json
key: ${{ runner.os }}-ccdb-${{ hashFiles('**/compile_commands.json') }}
restore-keys: |
${{ runner.os }}-ccdb-
key: ${{ runner.os }}-ccdb-${{ env.ImageVersion }}

- name: Provision Rust
run: rustup component add rustfmt-preview rustc-dev
Expand Down