mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
test(ion-interop): Bump docker base image buildpack-deps:trixie
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
This commit is contained in:
parent
aebb31940a
commit
9c5e21d2ab
2 changed files with 4 additions and 4 deletions
|
|
@ -418,7 +418,7 @@ aap2-c-api-test:
|
|||
ion-ipn-bpv6-interoperability-test:
|
||||
stage: functional_test
|
||||
when: always
|
||||
image: registry.gitlab.com/d3tn/ud3tn-docker-images/ion-interop:3.7.4-1
|
||||
image: registry.gitlab.com/d3tn/ud3tn-docker-images/ion-interop:3.7.4-2
|
||||
script:
|
||||
- bash test/dockerfiles/prepare_for_test.sh . /ud3tn_build sanitize=yes
|
||||
- cd /ud3tn_build
|
||||
|
|
@ -442,7 +442,7 @@ ione-ipn-bpv7-interoperability-test:
|
|||
ion-dtn-bpv6-interoperability-test:
|
||||
stage: functional_test
|
||||
when: always
|
||||
image: registry.gitlab.com/d3tn/ud3tn-docker-images/ion-interop:3.7.4-1
|
||||
image: registry.gitlab.com/d3tn/ud3tn-docker-images/ion-interop:3.7.4-2
|
||||
script:
|
||||
- bash test/dockerfiles/prepare_for_test.sh . /ud3tn_build sanitize=yes
|
||||
- cd /ud3tn_build
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# ION Dockerfile that contains the Python dependencies for interoperability tests
|
||||
|
||||
FROM buildpack-deps:bullseye
|
||||
FROM buildpack-deps:trixie
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get dist-upgrade -y && \
|
||||
|
|
@ -20,7 +20,7 @@ RUN ls -lah /ion_build
|
|||
|
||||
RUN cd /ion_build/*ion-open-source* && \
|
||||
autoreconf -fi && \
|
||||
CPPFLAGS=-Wno-maybe-uninitialized ./configure && \
|
||||
CPPFLAGS="-Wno-error=maybe-uninitialized -Wno-error=nonnull -Wno-error=enum-int-mismatch" ./configure && \
|
||||
make -j4 && \
|
||||
make install && \
|
||||
ldconfig && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue