From: Ivan Maidanski Date: Wed, 29 Mar 2017 20:16:17 +0000 (+0300) Subject: Travis CI: Workaround incorrect CC, disable parallel-mark for musl build X-Git-Tag: v8.0.0~804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11263e5;p=gc Travis CI: Workaround incorrect CC, disable parallel-mark for musl build (fix commit 07d9895) --- diff --git a/.travis.yml b/.travis.yml index 12c652e6..dbbfd94b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,8 +171,9 @@ matrix: addons: { apt: { packages: [ musl-tools ] } } compiler: musl-gcc dist: trusty + language: c env: - - CONF_OPTIONS="--enable-parallel-mark --enable-gc-assertions --enable-cplusplus" + - CONF_OPTIONS="--disable-parallel-mark --enable-gc-assertions" - os: linux compiler: clang env: