Skip to content

Commit

Permalink
#2121: Test variable propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Dec 19, 2023
1 parent 080a377 commit fae34b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ PROXY=
TOKEN=
# Change this path to save the volume content on disk.
CACHE=
#build_root=
build_root=
BUILD_ROOT=

#VOLUME="${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
#TMP="${CACHE}${VOLUME}/"
Expand Down
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ version: '3.8'
volumes:
ubuntu-cpp:
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache"
ubuntu-cpp-test:
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache-test"
ubuntu-cpp-test2:
name: "${ARCH}-ubuntu-${UBUNTU}-${HOST_COMPILER}-${COMPILER}-cache-test2"
alpine-cpp:
name: "${ARCH}-alpine-${HOST_COMPILER}-${COMPILER}-cache"

Expand Down Expand Up @@ -147,6 +151,8 @@ services:
volumes: &ubuntu-volumes
- .:/vt:delegated
- ${CACHE}ubuntu-cpp:/build:delegated
- ${build_root}ubuntu-cpp-test:/build2:delegated
- ${BUILD_ROOT}ubuntu-cpp-test2:/build22:delegated
command: &vt-cpp-command >
/bin/bash -c "
/vt/ci/build_cpp.sh /vt /build &&
Expand Down

0 comments on commit fae34b9

Please sign in to comment.