Skip to content

Commit

Permalink
ci: ports/archives cache hit requires exact key
Browse files Browse the repository at this point in the history
related to 20e2b74
  • Loading branch information
flavorjones committed Jun 19, 2021
1 parent 20e2b74 commit 55ab36c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test
Expand All @@ -80,7 +79,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test:valgrind
Expand Down Expand Up @@ -136,7 +134,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test
Expand All @@ -160,7 +157,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test:valgrind
Expand All @@ -184,7 +180,6 @@ jobs:
with:
path: ports/archives
key: tarballs-macos-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test

Expand Down Expand Up @@ -212,7 +207,6 @@ jobs:
with:
path: ports/archives
key: tarballs-windows-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: ./scripts/test-gem-build gems ruby
- uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -111,7 +110,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: "./scripts/test-gem-build gems ${{matrix.plat}}"
- uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/truffle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle install --local || bundle install
- run: bundle exec rake compile -- ${{matrix.flags}}
- run: bundle exec rake test
2 changes: 0 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
with:
path: ports/archives
key: tarballs-${{matrix.plat}}-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test

Expand All @@ -111,7 +110,6 @@ jobs:
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('**/dependencies.yml')}}
restore-keys: tarballs-
- run: bundle exec rake compile -- --${{matrix.sys}}-system-libraries
- run: bundle exec rake test:valgrind

Expand Down

0 comments on commit 55ab36c

Please sign in to comment.