osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40943?usp=email )
Change subject: testenv: debian 13: fix installing libgcc
......................................................................
testenv: debian 13: fix installing libgcc
Use a wildcard to install the proper libgcc-*-dev package (libgcc-11-dev
for debian bookworm, libgcc-13-dev for trixie).
Change-Id: I9992d8cf8cd68a9e3ec9178909e0766dbd5d12ad
---
M _testenv/data/podman/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/43/40943/1
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile
index 961785b..99cc12a 100644
--- a/_testenv/data/podman/Dockerfile
+++ b/_testenv/data/podman/Dockerfile
@@ -46,7 +46,7 @@
libdbd-sqlite3 \
libdbi-dev \
libelf-dev \
- libgcc-11-dev \
+ libgcc-*-dev \
libgcrypt-dev \
libgnutls28-dev \
libidn11-dev \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40943?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I9992d8cf8cd68a9e3ec9178909e0766dbd5d12ad
Gerrit-Change-Number: 40943
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>