Skip to content

Commit

Permalink
#2121: Add volume name suffix to the cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Dec 8, 2023
1 parent 98fe50f commit 9044e03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ COMPILER=gcc-12
HOST_COMPILER=gcc-12
COMPILER_TYPE=gnu
PROXY=
CACHE=
TOKEN=
# Change this path to save the volume content on disk.
CUSTOM_CACHE_PATH=

VOLUME="${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
CACHE="${CUSTOM_CACHE_PATH:+${CUSTOM_CACHE_PATH}${VOLUME}/}"

0 comments on commit 9044e03

Please sign in to comment.