Skip to content

Commit

Permalink
no caches
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 19, 2023
1 parent ea5b7fb commit e2e98ce
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
./packages/benchmarks/node_modules
./packages/duckdb-wasm/node_modules
./packages/duckdb-wasm-shell/node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}-asd
restore-keys: |
${{ runner.os }}-yarn-
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
id: cache-generator
with:
path: ./submodules/tpch-dbgen/dbgen/dbgen
key: ${{ runner.os }}-tpch-dbgen
key: ${{ runner.os }}-tpch-dbgen-x

- name: Build generator
if: steps.cache-generator.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
./.cargo/registry/cache/
./.cargo/git/db/
./target
key: ${{ runner.os }}-dataprep-${{ hashFiles('./Cargo.lock') }}-${{ hashFiles('./tools/dataprep/src/*.rs') }}
key: ${{ runner.os }}-dataprep-${{ hashFiles('./Cargo.lock') }}-${{ hashFiles('./tools/dataprep/src/*.rs') }}-x
restore-keys: |
${{ runner.os }}-dataprep-
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
with:
path: |
./.ccache
key: ${{ runner.os }}-duckdb-${{ hashFiles('git_submodule_status.txt') }}
key: ${{ runner.os }}-duckdb-${{ hashFiles('git_submodule_status.txt') }}-x
restore-keys: |
${{ runner.os }}-duckdb-
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
./.cargo/git/db/
./.ccache
./.emscripten_cache
key: ${{ runner.os }}-native2-debug-${{ hashFiles('git_submodule_status.txt') }}-${{ hashFiles('lib/src/**') }}-${{ hashFiles('lib/include/**') }}
key: ${{ runner.os }}-native2-debug-${{ hashFiles('git_submodule_status.txt') }}-${{ hashFiles('lib/src/**') }}-${{ hashFiles('lib/include/**') }}-x
restore-keys: |
${{ runner.os }}-native2-debug-${{ hashFiles('git_submodule_status.txt') }}
${{ runner.os }}-native2-debug-
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
./.cargo/git/db/
./.ccache
./.emscripten_cache
key: ${{ runner.os }}-native2-release-${{ hashFiles('git_submodule_status.txt') }}-${{ hashFiles('lib/src/**') }}-${{ hashFiles('lib/include/**') }}
key: ${{ runner.os }}-native2-release-${{ hashFiles('git_submodule_status.txt') }}-${{ hashFiles('lib/src/**') }}-${{ hashFiles('lib/include/**') }}-2
restore-keys: |
${{ runner.os }}-native2-release-${{ hashFiles('git_submodule_status.txt') }}
${{ runner.os }}-native2-release-
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
key: ${{ github.job }}
key: ${{ github.job }}-xc

- name: Git submodule status
run: |
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
key: ${{ github.job }}
key: ${{ github.job }}-zxc

- name: Git submodule status
run: |
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
key: ${{ github.job }}
key: ${{ github.job }}-asd

- name: Git submodule status
run: |
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
key: ${{ github.job }}
key: ${{ github.job }}-asd

- name: Git submodule status
run: |
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
- name: Setup Ccache
uses: hendrikmuhs/ccache-action@main
with:
key: ${{ github.job }}
key: ${{ github.job }}-asd

- name: Git submodule status
run: |
Expand Down Expand Up @@ -615,7 +615,7 @@ jobs:
./.cargo/registry/cache/
./.cargo/git/db/
./target
key: ${{ runner.os }}-shell-${{ hashFiles('./Cargo.lock') }}-${{ hashFiles('./packages/duckdb-wasm-shell/crate/src/**') }}
key: ${{ runner.os }}-shell-${{ hashFiles('./Cargo.lock') }}-${{ hashFiles('./packages/duckdb-wasm-shell/crate/src/**') }}-asd
restore-keys: |
${{ runner.os }}-shell-
Expand All @@ -627,7 +627,7 @@ jobs:
./packages/benchmarks/node_modules
./packages/duckdb-wasm/node_modules
./packages/duckdb-wasm-shell/node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}-as
restore-keys: |
${{ runner.os }}-yarn-
Expand Down Expand Up @@ -944,7 +944,7 @@ jobs:
./.cargo/registry/cache/
./.cargo/git/db/
./target
key: ${{ runner.os }}-shell-${{ hashFiles('./Cargo.lock') }}-${{ hashFiles('./packages/duckdb-wasm-shell/crate/src/**') }}
key: ${{ runner.os }}-shell-${{ hashFiles('./Cargo.lock') }}-${{ hashFiles('./packages/duckdb-wasm-shell/crate/src/**') }}-as
restore-keys: |
${{ runner.os }}-shell-
Expand All @@ -956,7 +956,7 @@ jobs:
./packages/benchmarks/node_modules
./packages/duckdb-wasm/node_modules
./packages/duckdb-wasm-shell/node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}-asd
restore-keys: |
${{ runner.os }}-yarn-
Expand Down

0 comments on commit e2e98ce

Please sign in to comment.