Skip to content

Commit 7c3fe2d

Browse files
authored
Recreate testdata and reference data. (#455)
* Recreate testdata and reference data. * Build without implicit cache.
1 parent baa026d commit 7c3fe2d

File tree

12 files changed

+3559
-3554
lines changed

12 files changed

+3559
-3554
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ jobs:
220220
221221
pip install pyyaml
222222
223+
export DOCKER_BUILDKIT=0
224+
223225
.circleci/setup/build-containers.sh --build-arg package_repo=packages.netsec.inf.ethz.ch # start with released packages
224226
docker-compose up -d
225227
.circleci/setup/init-coord.sh

.circleci/setup/build-containers.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ python $(dirname $0)/generate-host-envs.py
1919
# The .dockerignore is for production, we'll need this
2020
sed -i '/.circleci/d' $(dirname $0)/../../.dockerignore
2121

22+
# docker-compose rm -f
23+
# docker-compose pull
24+
2225
# Parameter specifies --build-arg package_repo=... (testing or not prod packages)
23-
docker-compose build "$@"
26+
docker-compose build --no-cache "$@"

0 commit comments

Comments
 (0)