From 2eea8a38c3461c54cf356e2f7310776f1152982b Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 19 Oct 2022 11:50:30 +0200 Subject: 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. --- test/end-to-end/target-cache/artifacts-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3