mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
travis: switch to ubuntu 20.04
This commit is contained in:
parent
7b6eff6967
commit
020e639917
3 changed files with 18 additions and 21 deletions
|
@ -141,9 +141,9 @@ if [ -n "${Z3_WARNINGS_AS_ERRORS}" ]; then
|
|||
fi
|
||||
|
||||
case ${LINUX_BASE} in
|
||||
ubuntu_18.04)
|
||||
BASE_DOCKER_FILE="${DOCKER_FILE_DIR}/z3_base_ubuntu_18.04.Dockerfile"
|
||||
BASE_DOCKER_IMAGE_NAME="z3_base_ubuntu:18.04"
|
||||
ubuntu_20.04)
|
||||
BASE_DOCKER_FILE="${DOCKER_FILE_DIR}/z3_base_ubuntu_20.04.Dockerfile"
|
||||
BASE_DOCKER_IMAGE_NAME="z3_base_ubuntu:20.04"
|
||||
;;
|
||||
*)
|
||||
echo "Unknown Linux base ${LINUX_BASE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue