Skip to content

Commit 2ad59ee

Browse files
authored
CI: add riscv64 job (#693)
1 parent c967aca commit 2ad59ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
strategy:
125125
fail-fast: true
126126
matrix:
127-
arch: ['s390x', 'ppc64le']
127+
arch: ['s390x', 'ppc64le', 'riscv64']
128128
steps:
129129
- uses: actions/checkout@v4
130130
- uses: uraimo/[email protected]
@@ -138,7 +138,7 @@ jobs:
138138
apt-get install -y ghc libghc-tasty-quickcheck-dev libghc-syb-dev
139139
run: |
140140
ghc --version
141-
ghc --make -XHaskell2010 -XBangPatterns -XDeriveDataTypeable -XDeriveGeneric -XDeriveLift -XFlexibleContexts -XFlexibleInstances -XLambdaCase -XMagicHash -XMultiWayIf -XNamedFieldPuns -XPatternSynonyms -XRankNTypes -XScopedTypeVariables -XStandaloneDeriving -XTupleSections -XTypeApplications -XTypeOperators -XUnboxedTuples -optP-Wall -optP-Werror=undef -DPURE_HASKELL=0 -Iinclude -itests:tests/builder -o Main cbits/*.c tests/Main.hs +RTS -s
141+
ghc --make -fPIC -XHaskell2010 -XBangPatterns -XDeriveDataTypeable -XDeriveGeneric -XDeriveLift -XFlexibleContexts -XFlexibleInstances -XLambdaCase -XMagicHash -XMultiWayIf -XNamedFieldPuns -XPatternSynonyms -XRankNTypes -XScopedTypeVariables -XStandaloneDeriving -XTupleSections -XTypeApplications -XTypeOperators -XUnboxedTuples -optP-Wall -optP-Werror=undef -DPURE_HASKELL=0 -Iinclude -itests:tests/builder -o Main cbits/*.c tests/Main.hs +RTS -s
142142
./Main +RTS -s
143143
144144
bounds-checking:

0 commit comments

Comments
 (0)