- x86_64-centos-8-container
allow_failure: false
variables:
+ CC: clang
NAME: centos-8
RPM: skip
- CC: clang
x86_64-centos-stream-8:
variables:
NAME: centos-stream-8
+
x86_64-centos-stream-9:
extends: .native_build_job
needs:
variables:
NAME: centos-stream-9
+
x86_64-debian-10:
extends: .native_build_job
needs:
- x86_64-fedora-rawhide-container
allow_failure: true
variables:
- NAME: fedora-rawhide
CC: clang
+ NAME: fedora-rawhide
RPM: skip
- x86_64-ubuntu-2004-container
allow_failure: false
variables:
- NAME: ubuntu-2004
ASAN_OPTIONS: verify_asan_link_order=0
MESON_ARGS: -Db_lundef=false -Db_sanitize=address,undefined
+ NAME: ubuntu-2004
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
- x86_64-ubuntu-2004-container
allow_failure: false
variables:
- NAME: ubuntu-2004
CC: clang
MESON_ARGS: -Db_lundef=false -Db_sanitize=address,undefined
+ NAME: ubuntu-2004
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1
- armv6l-debian-10-container
allow_failure: false
variables:
- NAME: debian-10
CROSS: armv6l
+ NAME: debian-10
mips-debian-10:
- mips-debian-10-container
allow_failure: false
variables:
- NAME: debian-10
CROSS: mips
+ NAME: debian-10
mipsel-debian-10:
- mipsel-debian-10-container
allow_failure: false
variables:
- NAME: debian-10
CROSS: mipsel
+ NAME: debian-10
armv7l-debian-11:
- armv7l-debian-11-container
allow_failure: false
variables:
- NAME: debian-11
CROSS: armv7l
+ NAME: debian-11
mips64el-debian-11:
- mips64el-debian-11-container
allow_failure: false
variables:
- NAME: debian-11
CROSS: mips64el
+ NAME: debian-11
ppc64le-debian-11:
- ppc64le-debian-11-container
allow_failure: false
variables:
- NAME: debian-11
CROSS: ppc64le
+ NAME: debian-11
aarch64-debian-sid:
- aarch64-debian-sid-container
allow_failure: true
variables:
- NAME: debian-sid
CROSS: aarch64
+ NAME: debian-sid
i686-debian-sid:
- i686-debian-sid-container
allow_failure: true
variables:
- NAME: debian-sid
CROSS: i686
+ NAME: debian-sid
s390x-debian-sid:
- s390x-debian-sid-container
allow_failure: true
variables:
- NAME: debian-sid
CROSS: s390x
+ NAME: debian-sid
mingw64-fedora-35:
- mingw64-fedora-35-container
allow_failure: false
variables:
- NAME: fedora-35
CROSS: mingw64
+ NAME: fedora-35
mingw32-fedora-rawhide:
- mingw32-fedora-rawhide-container
allow_failure: true
variables:
- NAME: fedora-rawhide
CROSS: mingw32
+ NAME: fedora-rawhide
# Native cirrus build jobs
needs: []
allow_failure: false
variables:
- NAME: freebsd-12
- CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
- CIRRUS_VM_IMAGE_SELECTOR: image_family
CIRRUS_VM_IMAGE_NAME: freebsd-12-2
+ CIRRUS_VM_IMAGE_SELECTOR: image_family
+ CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
+ INSTALL_COMMAND: pkg install -y
+ NAME: freebsd-12
UPDATE_COMMAND: pkg update
UPGRADE_COMMAND: pkg upgrade -y
- INSTALL_COMMAND: pkg install -y
x86_64-freebsd-13:
needs: []
allow_failure: false
variables:
- NAME: freebsd-13
- CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
- CIRRUS_VM_IMAGE_SELECTOR: image_family
CIRRUS_VM_IMAGE_NAME: freebsd-13-0
+ CIRRUS_VM_IMAGE_SELECTOR: image_family
+ CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
+ INSTALL_COMMAND: pkg install -y
+ NAME: freebsd-13
UPDATE_COMMAND: pkg update
UPGRADE_COMMAND: pkg upgrade -y
- INSTALL_COMMAND: pkg install -y
x86_64-macos-11:
needs: []
allow_failure: false
variables:
- NAME: macos-11
- CIRRUS_VM_INSTANCE_TYPE: osx_instance
- CIRRUS_VM_IMAGE_SELECTOR: image
CIRRUS_VM_IMAGE_NAME: big-sur-base
- UPDATE_COMMAND: brew update
- UPGRADE_COMMAND: brew upgrade
+ CIRRUS_VM_IMAGE_SELECTOR: image
+ CIRRUS_VM_INSTANCE_TYPE: osx_instance
INSTALL_COMMAND: brew install
+ NAME: macos-11
PATH_EXTRA: /usr/local/opt/ccache/libexec:/usr/local/opt/gettext/bin:/usr/local/opt/libpcap/bin:/usr/local/opt/libxslt/bin:/usr/local/opt/rpcgen/bin
PKG_CONFIG_PATH: /usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/libpcap/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig
+ UPDATE_COMMAND: brew update
+ UPGRADE_COMMAND: brew upgrade