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: ...@@ -398,11 +398,20 @@ workflows:
dist: debian dist: debian
release: buster release: buster
extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
# oldest ubuntu goes 32bit
- distcheck: - distcheck:
name: distcheck_ubuntu_bionic name: distcheck_ubuntu_bionic
prefix: i386/ prefix: i386/
dist: ubuntu dist: ubuntu
release: bionic release: bionic
- distcheck:
name: distcheck_ubuntu_focal
dist: ubuntu
release: focal
- distcheck:
name: distcheck_ubuntu_jammy
dist: ubuntu
release: jammy
- distcheck: - distcheck:
name: distcheck_alpine name: distcheck_alpine
dist: alpine dist: alpine
...@@ -427,6 +436,7 @@ workflows: ...@@ -427,6 +436,7 @@ workflows:
platform: platform:
- ubuntu:bionic - ubuntu:bionic
- ubuntu:focal - ubuntu:focal
- ubuntu:jammy
- debian:bullseye - debian:bullseye
- debian:buster - debian:buster
- debian:stretch - 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