Skip to content
Snippets Groups Projects
Commit 23f1a939 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Use Debian 13 prereleases to test with sanitizers


Now that the tests pass on merged-/usr systems, we can use a more modern
Debian suite.

Normally I'd use the latest Debian stable (Debian 12), but that seems
to have a false positive for a printf argument to %s being NULL,
causing the asan/ubsan builds to fail; so use Debian 10 and 11 as our
representatives of older systems, together with Debian 13 prereleases
as our representative of a modern system.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent de669890
No related branches found
No related tags found
1 merge request!576Update libcapsule to v0.20230802.0
......@@ -22,7 +22,7 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
variables:
BUILD_IMAGE: 'debian:buster-slim'
BUILD_IMAGE: 'debian:trixie-slim'
CI_DISABLE_LIBRARY: ''
CI_DISTCHECK: ''
CI_MAKE_J: '-j -l2'
......
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