osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/34204 )
Change subject: jobs/osmocom-build-tags: run inside docker
......................................................................
jobs/osmocom-build-tags: run inside docker
Run this job inside docker, so all depends are available (fixes that
it currently fails because liburing isn't available for libosmocore).
Change-Id: I5a8243b3096dba8f94f715413c84683c7495777c
---
M jobs/osmocom-build-tags-against-master.yml
1 file changed, 20 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
daniel: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/jobs/osmocom-build-tags-against-master.yml
b/jobs/osmocom-build-tags-against-master.yml
index 2e87c69..4ea4055 100644
--- a/jobs/osmocom-build-tags-against-master.yml
+++ b/jobs/osmocom-build-tags-against-master.yml
@@ -24,7 +24,14 @@
default: '*/master'
builders:
- shell: |
- PARALLEL_MAKE=-j8 scripts/osmocom-build-old-tags-against-master.sh
+ docker run \
+ --rm=true \
+ -e PARALLEL_MAKE="-j8" \
+ -u build \
+ -v "$PWD:/build" \
+ -w /build \
+ "$USER/debian-bookworm-build" \
+ scripts/osmocom-build-old-tags-against-master.sh
scm:
- git:
branches:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/34204
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5a8243b3096dba8f94f715413c84683c7495777c
Gerrit-Change-Number: 34204
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged