From 1a74c7443f72a8aae0cbc2aee77833d1e4fe6ab8 Mon Sep 17 00:00:00 2001 From: eine Date: Wed, 8 Jan 2020 00:06:06 +0100 Subject: ci: enable libghdl in the osx job --- scripts/ci-run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh index 049cae510..c6d04395c 100755 --- a/scripts/ci-run.sh +++ b/scripts/ci-run.sh @@ -397,9 +397,7 @@ ci_run () { RUN="docker run --rm -t -e CI -e TRAVIS -v `pwd`:/work -w /work" if [ "x$IS_MACOS" = "xtrue" ]; then export CPATH="$CPATH:`xcrun --show-sdk-path`/usr/include" - CC=clang \ - CONFIG_OPTS="--disable-libghdl" \ - bash -c "${scriptdir}/ci-run.sh $BUILD_CMD_OPTS build" + CC=clang bash -c "${scriptdir}/ci-run.sh $BUILD_CMD_OPTS build" else # Assume linux -- cgit v1.2.3