From 286dcef0b7f330d1def7aa16ed71b43c901d147b Mon Sep 17 00:00:00 2001 From: Arkadiusz Szczepkowicz Date: Wed, 8 Nov 2023 10:12:08 +0100 Subject: [PATCH] #2121: Test --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index aae35311b2..1b6e8324b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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