mirror of https://gerrit.osmocom.org/osmo-dev
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: Ie5be8dc976fb8ff37b6712f1cba434b2114c4bf8changes/97/28197/1
parent
202dcd8544
commit
d88ae26f2a
|
@ -11,7 +11,7 @@ JOBS="${JOBS:-9}"
|
|||
# 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
|
||||
# there are no incompatibilities with shared libraries.
|
||||
DOCKER_IMG_BUILD="debian-stretch-jenkins"
|
||||
DOCKER_IMG_BUILD="debian-bullseye-build"
|
||||
|
||||
check_usage() {
|
||||
if [ -z "$PROJECT" ]; then
|
||||
|
|
Loading…
Reference in New Issue