Skip to content

Commit

Permalink
#2121: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Nov 8, 2023
1 parent 92ce4fa commit 286dcef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ version: '3.8'
# Volume will be created automatically for each combination of parameters.
volumes:
ubuntu-cpp:
driver: local
# driver: local
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
# driver_opts:
# device: "${CACHE}"
driver_opts:
device: "${CACHE}"
alpine-cpp:
driver: local
# driver: local
name: "${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"
# driver_opts:
# device: "${CACHE}"
driver_opts:
device: "${CACHE}"

# Define basic rules for ccache used across multiple services. The beauty of
# docker compose with cached volumes is that similarly configured builds will
Expand Down

0 comments on commit 286dcef

Please sign in to comment.