File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -184,23 +184,6 @@ jobs:
184184 - name : Test
185185 run : cabal test -fpure-haskell --ghc-options=-fno-ignore-asserts --enable-tests --test-show-details=direct all
186186
187- old-gcc :
188- needs : build
189- runs-on : ubuntu-latest
190- container :
191- image : centos:7
192- steps :
193- - name : install deps
194- run : |
195- yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl
196- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
197- - uses : actions/checkout@v3 # This version must stay old enough to remain compatible with the container image
198- - name : test
199- run : |
200- source ~/.ghcup/env
201- cabal update
202- cabal run bytestring-tests
203-
204187 i386 :
205188 needs : build
206189 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments