Skip to content

Commit

Permalink
Factor out build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored and janmasrovira committed Apr 18, 2024
1 parent 54f005d commit 8d4019d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
VAMPIRVERSION: v0.1.3
CAIRO_VM_VERSION: ae06ba04f3b6864546b6baeeebf1b0735ddccb5d
JUST_ARGS: enableOptimized=yes runtimeCcArg=$CC runtimeLibtoolArg=$LIBTOOL
STACK_BUILD_ARGS: --pedantic -j4 --ghc-options=-j

jobs:
pre-commit:
Expand Down Expand Up @@ -183,7 +184,7 @@ jobs:
uses: freckle/stack-action@v5
with:
working-directory: main
stack-build-arguments: -j4 --ghc-options=-j
stack-build-arguments: ${{ env.STACK_BUILD_ARGS }}
test: false

- name: Install and test Juvix
Expand Down Expand Up @@ -383,7 +384,7 @@ jobs:
uses: freckle/stack-action@v5
with:
working-directory: main
stack-build-arguments: -j4 --ghc-options=-j
stack-build-arguments: ${{ env.STACK_BUILD_ARGS }}
test: false

- name: Add homebrew clang to the PATH (macOS)
Expand Down

0 comments on commit 8d4019d

Please sign in to comment.