ttcn3/ttcn3.sh: update DOCKER_IMG_BUILD

The testsuite is running in bullseye for some time, so build the Osmocom
programs in bullseye as well.

Depends: docker-playground I4cd05ef2c164dfb765ee365ab38b8dfd4f955ac6
Change-Id: Ie5be8dc976fb8ff37b6712f1cba434b2114c4bf8
This commit is contained in:
Oliver Smith 2022-05-03 12:53:25 +02:00
parent 202dcd8544
commit d88ae26f2a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ JOBS="${JOBS:-9}"
# built in this container. It must have all build dependencies available and # built in this container. It must have all build dependencies available and
# be based on the same distribution that master-* containers are based on, so # be based on the same distribution that master-* containers are based on, so
# there are no incompatibilities with shared libraries. # there are no incompatibilities with shared libraries.
DOCKER_IMG_BUILD="debian-stretch-jenkins" DOCKER_IMG_BUILD="debian-bullseye-build"
check_usage() { check_usage() {
if [ -z "$PROJECT" ]; then if [ -z "$PROJECT" ]; then