Skip to content

Commit

Permalink
Drop 9.0 from FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Nov 27, 2023
1 parent 2b79343 commit 27f8c3d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ build_task:
GITHUB_WORKSPACE: ${CIRRUS_WORKING_DIR}
CABAL_CACHE_NONFATAL: "yes"
matrix:
- name: build-ghc-9.0.2
env:
GHC_VERSION: 9.0.2
- name: build-ghc-9.2.5
env:
GHC_VERSION: 9.2.5
Expand All @@ -43,7 +40,6 @@ build_task:
bindist_task:
name: bindist
depends_on:
- build-ghc-9.0.2
- build-ghc-9.2.5
- build-ghc-9.2.7
timeout_in: 120m
Expand All @@ -60,10 +56,6 @@ bindist_task:
- tzsetup Etc/GMT
- adjkerntz -a

- curl -o binaries-9.0.2.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.0.2/binaries/out.tar.xz
- tar xvf binaries-9.0.2.tar.xz
- rm -f binaries-9.0.2.tar.xz

- curl -o binaries-9.2.5.tar.xz -L https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/build-ghc-9.2.5/binaries/out.tar.xz
- tar xvf binaries-9.2.5.tar.xz
- rm -f binaries-9.2.5.tar.xz
Expand Down

0 comments on commit 27f8c3d

Please sign in to comment.