diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-10-19 11:50:30 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2022-10-19 15:57:14 +0200 |
commit | 2eea8a38c3461c54cf356e2f7310776f1152982b (patch) | |
tree | b0ea57e9b5ec55274f75fd7b3abe586063e60c49 /test | |
parent | 2cfab6bdf859695b934187b6d847329895ecd324 (diff) | |
download | justbuild-2eea8a38c3461c54cf356e2f7310776f1152982b.tar.gz |
Add generation directory as part of the just cache root.
This change is introduced to be prepared for future changes such as garbage
collection. It is an incompatible change compared to earlier just versions
since it modifies the local path to the just cache directory, where among
others the CASes, action cache, target-level cache are located.
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/target-cache/artifacts-sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/target-cache/artifacts-sync.sh b/test/end-to-end/target-cache/artifacts-sync.sh index 5c61a8c1..64003964 100644 --- a/test/end-to-end/target-cache/artifacts-sync.sh +++ b/test/end-to-end/target-cache/artifacts-sync.sh @@ -53,10 +53,10 @@ else if [ "${COMPATIBLE:-}" = "YES" ]; then ARGS="--compatible" - TCDIR="$LBRDIR/protocol-dependent/compatible-sha256/tc" + TCDIR="$LBRDIR/protocol-dependent/generation-0/compatible-sha256/tc" else ARGS="" - TCDIR="$LBRDIR/protocol-dependent/git-sha1/tc" + TCDIR="$LBRDIR/protocol-dependent/generation-0/git-sha1/tc" fi # create common test files |