Commit 6547c2b9 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Add Ubuntu jobs up to the incoming 22.04

And lay out the arbitrary selection rule for the 32bit build.
parent b277667a
......@@ -398,11 +398,20 @@ workflows:
dist: debian
release: buster
extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
# oldest ubuntu goes 32bit
- distcheck:
name: distcheck_ubuntu_bionic
prefix: i386/
dist: ubuntu
release: bionic
- distcheck:
name: distcheck_ubuntu_focal
dist: ubuntu
release: focal
- distcheck:
name: distcheck_ubuntu_jammy
dist: ubuntu
release: jammy
- distcheck:
name: distcheck_alpine
dist: alpine
......@@ -427,6 +436,7 @@ workflows:
platform:
- ubuntu:bionic
- ubuntu:focal
- ubuntu:jammy
- debian:bullseye
- debian:buster
- debian:stretch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment