Skip to content
Success

Changes

Summary

  1. debian-bookworm-build-arm: FROM: add arm32v7 (details)
  2. osmo-stp-master: libosmo-sccp -> libosmo-sigtran (details)
  3. debian-buster-jenkins: remove pysim (details)
Commit a749a0b4aefed649d8bc2c5012a8386a4ad838f1 by Oliver Smith
debian-bookworm-build-arm: FROM: add arm32v7

Use the arm32v7 architecture explicitly, instead of implicitly using the
same architecture as the host. That way we can use the arm32v7 image on
a raspberry pi 4, even if the host system is 64 bit arm.

Using 32 bit arm instead of aarch64 is needed for the osmo-trx jenkins
jobs, which test -mfpu=neon and -mfpu=neon-vfpv4 build flags.

Related: https://github.com/docker-library/official-images#architectures-other-than-amd64
Change-Id: I93986569a9f492237da28fbc534ac5ccd176f120
The file was modifieddebian-bookworm-build-arm/Dockerfile
Commit 14c9c01be6c77d8143ab7ccd399afabf8ab35e51 by Oliver Smith
osmo-stp-master: libosmo-sccp -> libosmo-sigtran

Related: OS#6239
Change-Id: Ifc8dea67746a0f785831c6b0c6b7dd391d3afa52
The file was modifiedosmo-stp-master/Dockerfile
Commit affe733c8c1194a7ece649d13c272b5820897f0f by Oliver Smith
debian-buster-jenkins: remove pysim

This container is still used for osmo-gsm-tester_virtual (OS#6126).
pysim doesn't build anymore for some reason since the new dependency on
pyosmocom was added to it. Since we don't use pysim in osmo-gsm-tester,
simply don't install it in this container anymore.

Change-Id: I89f667fe5603526d9f0118fc338745aab8273070
The file was modifieddebian-buster-jenkins/Dockerfile