Skip to content

Commit 5a2d75e

Browse files
committed
CI: add riscv64 job
1 parent 6d516a7 commit 5a2d75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/emulated.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
arch: ['s390x', 'ppc64le']
21+
arch: ['s390x', 'ppc64le', 'riscv64']
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: uraimo/run-on-arch-action@v2.7.2
24+
- uses: uraimo/run-on-arch-action@v2.8.1
2525
timeout-minutes: 60
2626
with:
2727
arch: ${{ matrix.arch }}
@@ -76,5 +76,5 @@ jobs:
7676
sed -i -e 's/MIN_VERSION_filepath(1, 5, 0)/1/g' file-io-0.1.4/posix/System/File/Platform.hs
7777
sed -i -e 's/MIN_VERSION_filepath(1, 5, 0)/1/g' file-io-0.1.4/System/File/OsPath/Internal.hs
7878
ghc --version
79-
ghc --make -fno-safe-haskell -itest:os-string-2.0.6:filepath-1.5.3.0:file-io-0.1.4:file-io-0.1.4/posix:unix-2.8.5.1:directory-1.3.8.5 -Iunix-2.8.5.1/include:directory-1.3.8.5 -o Main unix-2.8.5.1/cbits/HsUnix.c test/Properties.hs +RTS -s
79+
ghc --make -fPIC -fno-safe-haskell -itest:os-string-2.0.6:filepath-1.5.3.0:file-io-0.1.4:file-io-0.1.4/posix:unix-2.8.5.1:directory-1.3.8.5 -Iunix-2.8.5.1/include:directory-1.3.8.5 -o Main unix-2.8.5.1/cbits/HsUnix.c test/Properties.hs +RTS -s
8080
./Main +RTS -s

0 commit comments

Comments
 (0)