Skip to content
Success

Changes

Summary

  1. scripts/osmo-ci-docker-rebuild: fix rpi4 failures (details)
  2. build-old-tags: ignore failing due to api break (details)
Commit 9abdfe5307e4a682278a4174e73dcb0512a61dd5 by Oliver Smith
scripts/osmo-ci-docker-rebuild: fix rpi4 failures

It is no longer possible to pull the arm32 image by just using "docker
build --pull". Use a separate pull command with --platform and set an
env var to not use --pull with "docker build".

Related: OS#6627
Related: docker-playground I6e0a84ce7f8357611abc5da856f36d0df247de75
Change-Id: Ibf91bc098f34b43f46680d0395928e60cdd478fc
The file was modifiedscripts/osmo-ci-docker-rebuild.sh
Commit 0ba4ce01b652c74832817ddd8eb893abc791c3a5 by Oliver Smith
build-old-tags: ignore failing due to api break

Ignore osmo-bsc and osmo-msc versions that are known to fail due to
intentional API break. osmo-bsc 1.12.2 and osmo-msc 1.12.2 build are
forward-compatible.

Note that previous releases don't need to be listed in tags_to_ignore()
as this script only builds the last 3 release tags.

Related: https://osmocom.org/news/284
Related: OS#6617
Change-Id: Ia9b3edeb369aac35b9baceaefdf517a4f3d532be
The file was modifiedscripts/osmocom-build-old-tags-against-master.sh