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

Use outdated cache as backup in GHA #465

Merged
merged 2 commits into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/001-tester-ubuntu-make-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
~/.cargo/git/db/
target/
key: 000-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
000-${{ runner.os }}-cargo-
- name: Install protoc-gen-doc in [ubuntu:latest]
run: |
wget https://github.com/pseudomuto/protoc-gen-doc/releases/download/v1.5.1/protoc-gen-doc_1.5.1_linux_amd64.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
~/.cargo/git/db/
target/
key: 100-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
100-${{ runner.os }}-cargo-
- name: Cargo Test [make pki config test]
# This should remain the only command we execute as this matches the title of the file.
# The goal is for this to be easy to find from the GitHub dashboard.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/206-deny-check-aurae-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
~/.cargo/git/db/
target/
key: 200-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
200-${{ runner.os }}-cargo-
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
~/.cargo/git/db/
target/
key: 200-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
200-${{ runner.os }}-cargo-
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
~/.cargo/git/db/
target/
key: 200-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
200-${{ runner.os }}-cargo-
- name: Docs (make docs docs-lint)
run: |
make docs docs-lint