Commit 81544c7b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Trade Ubuntu xenial for focal

And bionic inherits the "oldest Ubuntu" 32bit setting.
parent 047d0a27
...@@ -162,7 +162,7 @@ jobs: ...@@ -162,7 +162,7 @@ jobs:
description: the Linux distribution (debian|ubuntu) description: the Linux distribution (debian|ubuntu)
type: string type: string
release: release:
description: the release name (stretch|buster|xenial|bionic) description: the release name (stretch|buster|bionic|focal)
type: string type: string
extra_conf: extra_conf:
description: platform-specific configure arguments description: platform-specific configure arguments
...@@ -328,9 +328,9 @@ workflows: ...@@ -328,9 +328,9 @@ workflows:
release: buster release: buster
extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
- distcheck: - distcheck:
name: distcheck_ubuntu_xenial name: distcheck_ubuntu_bionic
dist: ubuntu dist: ubuntu
release: xenial release: bionic
extra_conf: CFLAGS='-g -O2 -m32' extra_conf: CFLAGS='-g -O2 -m32'
- distcheck: - distcheck:
name: distcheck_alpine name: distcheck_alpine
...@@ -361,7 +361,7 @@ workflows: ...@@ -361,7 +361,7 @@ workflows:
parameters: parameters:
platform: platform:
- ubuntu:bionic - ubuntu:bionic
- ubuntu:xenial - ubuntu:focal
- 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