Skip to content

Commit

Permalink
removed centos 7 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 19, 2024
1 parent f3224e5 commit 3152af4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,28 +184,6 @@ jobs:
- name: Test
run: cabal test -fpure-haskell --ghc-options=-fno-ignore-asserts --enable-tests --test-show-details=direct all

old-gcc:
needs: build
runs-on: ubuntu-latest
container:
image: centos:7
steps:
- name: install deps
run: |
# Fixing “No URLs in Mirrorlist” Error on CentOS 8 Stream
# https://bitsanddragons.wordpress.com/2024/06/04/fixing-no-urls-in-mirrorlist-error-on-centos-8-stream/
# https://archive.vn/dCjg1
sed -i -e 's/mirrorlist/#mirrorlist/g' -e 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum install -y gcc gmp gmp-devel make ncurses ncurses-compat-libs xz perl
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 sh
- uses: actions/checkout@v3 #This version must stay old enough to remain compatible with the container image
- name: test
run: |
source ~/.ghcup/env
cabal update
cabal run bytestring-tests
i386:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3152af4

Please sign in to comment.