Commit 09af98e7 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Run bionic builds in a 32bit image

Closes #3702
parent 5fe5bf6a
...@@ -196,7 +196,7 @@ jobs: ...@@ -196,7 +196,7 @@ jobs:
distcheck: distcheck:
parameters: parameters:
prefix: prefix:
description: the container image repository description: the container image prefix (repository or architecture)
type: string type: string
default: "" default: ""
dist: dist:
...@@ -375,9 +375,9 @@ workflows: ...@@ -375,9 +375,9 @@ workflows:
extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator extra_conf: --enable-asan --enable-ubsan --enable-workspace-emulator
- distcheck: - distcheck:
name: distcheck_ubuntu_bionic name: distcheck_ubuntu_bionic
prefix: i386/
dist: ubuntu dist: ubuntu
release: bionic release: bionic
extra_conf: CFLAGS='-g -O2 -m32'
- distcheck: - distcheck:
name: distcheck_alpine name: distcheck_alpine
dist: alpine dist: alpine
......
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