From 1d7f99bf802a5b84cdf76cd6d9eb4ff332f5f851 Mon Sep 17 00:00:00 2001 From: Arkadiusz Szczepkowicz Date: Wed, 29 Mar 2023 11:03:08 +0200 Subject: [PATCH] #2082: Update comments in docker-compose.yml --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8f08c30760..1e2514adf8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,6 +50,7 @@ # # $ export COMPILER_TYPE=intel # $ export COMPILER=icpx +# $ export HOST_COMPILER=icpx # $ export VT_TRACE=1 # $ docker-compose pull ubuntu-cpp-interactive # $ docker-compose run ubuntu-cpp-interactive @@ -68,7 +69,7 @@ version: '3.5' # Named volumes must be predefined according the docker compose rules. Many # combinations have already been added, but if a needed configuration is missing # add it to this list. For example, for ARM64v8 on Ubuntu 20.04 with clang-9, -# add `arm64v8-ubuntu-20.04-clang-9-cache`. +# add `arm64v8-ubuntu-20.04-clang-9-clang-9-cache`. volumes: amd64-ubuntu-18.04-clang-4.0-clang-4.0-cache: amd64-ubuntu-18.04-clang-5.0-clang-5.0-cache: