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 a168483 commit 348c3c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +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}"
alpine-cpp:
# driver: local
driver: local
name: "${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-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 348c3c2

Please sign in to comment.