Skip to content
Snippets Groups Projects
Commit 5b9238c8 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

ci: Don't override EXTRA_OPTS

parent c1915da1
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ else ...@@ -20,7 +20,7 @@ else
echo "Couldn't find broken package list" echo "Couldn't find broken package list"
fi fi
EXTRA_OPTS="--cabal-option=-j$CPUS" # Use cabal's build parallelism EXTRA_OPTS="$EXTRA_OPTS --cabal-option=-j$CPUS" # Use cabal's build parallelism
if [ -n "$EXTRA_HC_OPTS" ]; then if [ -n "$EXTRA_HC_OPTS" ]; then
EXTRA_OPTS="$EXTRA_OPTS --ghc-option=\"$EXTRA_HC_OPTS\"" EXTRA_OPTS="$EXTRA_OPTS --ghc-option=\"$EXTRA_HC_OPTS\""
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment