diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 00:25:12 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 00:27:43 +0100 |
commit | e644242c534e76bcd066edcb48880f85b6c49f53 (patch) | |
tree | 40a3c9dbb631cbdaf3a7def27024560a8fd43775 | |
parent | 9e991938ae1f0ad188ce33f73c51b1c9d4354589 (diff) | |
download | ghdl-e644242c534e76bcd066edcb48880f85b6c49f53.tar.gz ghdl-e644242c534e76bcd066edcb48880f85b6c49f53.tar.bz2 ghdl-e644242c534e76bcd066edcb48880f85b6c49f53.zip |
ci: install python3 on temporary debian containers
-rwxr-xr-x | dist/ci-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ci-run.sh b/dist/ci-run.sh index 70e6b6d44..928fa201a 100755 --- a/dist/ci-run.sh +++ b/dist/ci-run.sh @@ -425,7 +425,7 @@ ci_run () { # Build ghdl/ghdl:$GHDL_IMAGE_TAG image build_img_ghdl case "$GHDL_IMAGE_TAG" in - *ubuntu*) + *ubuntu*|*buster*) GHDL_TEST_IMAGE="test:$GHDL_IMAGE_TAG-py" docker build -t "$GHDL_TEST_IMAGE" - <<-EOF FROM ghdl/ghdl:$GHDL_IMAGE_TAG |