Commit c5ed00b6 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Double quote CFLAGS in the bionic job

Otherwise they interfere with the surrounding sh -c '...' command.
parent 7e265ab1
...@@ -365,7 +365,7 @@ workflows: ...@@ -365,7 +365,7 @@ workflows:
name: distcheck_ubuntu_bionic name: distcheck_ubuntu_bionic
dist: ubuntu dist: ubuntu
release: bionic release: bionic
extra_conf: CFLAGS='-g -O2 -m32' 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