Skip to content
Snippets Groups Projects
Verified Commit fce01963 authored by Adam Mercer's avatar Adam Mercer :island:
Browse files

use buster for top-level platform build

Bullseye is used for the Debian package level builds so there is no need
for a separate top-level build using Bullseye. However a top-level test
using Buster is useful as Buster using gcc-8.3.0 and we no longer have a
supported container with gcc8.

[ci platform]
parent ec71c562
No related branches found
No related tags found
No related merge requests found
......@@ -1598,13 +1598,10 @@ upgrade:conda:linux:
- !reference [.ci-platform, rules]
- !reference [.ci-merge-build, rules]
platform:debian:bullseye:
platform:debian:buster:
extends:
- .platform-test
variables:
# disable the octave bindings as the version of SWIG on bullseye doesn't support the version of Octave
CONFIGURE_FLAGS: "--enable-doxygen --enable-swig-python --enable-python"
image: igwn/lalsuite-dev:bullseye
image: igwn/lalsuite-dev:buster
.platform-test:conda:
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment