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:
18
18
strategy :
19
19
fail-fast : true
20
20
matrix :
21
- arch : ['s390x', 'ppc64le']
21
+ arch : ['s390x', 'ppc64le', 'riscv64' ]
22
22
steps :
23
23
- uses : actions/checkout@v3
24
- - uses : uraimo/run-on-arch-action@v2.7.2
24
+ - uses : uraimo/run-on-arch-action@v2.8.1
25
25
timeout-minutes : 60
26
26
with :
27
27
arch : ${{ matrix.arch }}
76
76
sed -i -e 's/MIN_VERSION_filepath(1, 5, 0)/1/g' file-io-0.1.4/posix/System/File/Platform.hs
77
77
sed -i -e 's/MIN_VERSION_filepath(1, 5, 0)/1/g' file-io-0.1.4/System/File/OsPath/Internal.hs
78
78
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
80
80
./Main +RTS -s
You can’t perform that action at this time.
0 commit comments