From d88ae26f2ab072e71190ac2a3d7a8377de20e5ae Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 3 May 2022 12:53:25 +0200 Subject: [PATCH] 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 --- ttcn3/ttcn3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh index 1b881a1..af197ec 100755 --- a/ttcn3/ttcn3.sh +++ b/ttcn3/ttcn3.sh @@ -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