File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
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
You can’t perform that action at this time.
0 commit comments