Skip to content

Commit

Permalink
#2121: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Nov 7, 2023
1 parent 76daefb commit a168483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ version: '3.8'
# Volume will be created automatically for each combination of parameters.
volumes:
ubuntu-cpp:
driver: local
name: ${CACHE}${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache
# driver: local
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
alpine-cpp:
driver: local
name: ${CACHE}${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache
# driver: local
name: "${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-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 a168483

Please sign in to comment.