Merge branch 'wip/cabal-install-v3.6.2.0-p1' into develop
This commit is contained in:
commit
44c4df7024
33
.cirrus.yml
Normal file
33
.cirrus.yml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# release CI for FreeBSD
|
||||||
|
compute_engine_instance:
|
||||||
|
image_project: freebsd-org-cloud-dev
|
||||||
|
image: family/freebsd-13-2
|
||||||
|
platform: freebsd
|
||||||
|
disk: 100 # Gb
|
||||||
|
|
||||||
|
build_task:
|
||||||
|
timeout_in: 120m
|
||||||
|
only_if: $CIRRUS_TAG != ''
|
||||||
|
env:
|
||||||
|
ADD_CABAL_ARGS: "--enable-split-sections"
|
||||||
|
ARCH: 64
|
||||||
|
ARTIFACT: "x86_64-portbld-freebsd"
|
||||||
|
CIRRUS_CLONE_SUBMODULES: true
|
||||||
|
DISTRO: na
|
||||||
|
GHC_VERSION: 9.2.4
|
||||||
|
GITHUB_WORKSPACE: ${CIRRUS_WORKING_DIR}
|
||||||
|
RUNNER_OS: FreeBSD
|
||||||
|
TARBALL_EXT: tar.xz
|
||||||
|
TZ: Asia/Singapore
|
||||||
|
install_script:
|
||||||
|
- sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
|
||||||
|
- pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake llvm14 patchelf tree gmp libiconv
|
||||||
|
script:
|
||||||
|
- tzsetup Etc/GMT
|
||||||
|
- adjkerntz -a
|
||||||
|
- git clone --branch cabal-install-v3.6.2.0-p1 https://github.com/hasufell/cabal.git
|
||||||
|
- cd cabal/
|
||||||
|
- bash .github/scripts/build.sh
|
||||||
|
binaries_artifacts:
|
||||||
|
path: "cabal/out/*"
|
||||||
|
|
10
.github/workflows/cabal-release.yaml
vendored
10
.github/workflows/cabal-release.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
ARCH: 64
|
ARCH: 64
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
TZ: Asia/Singapore
|
TZ: Asia/Singapore
|
||||||
GHC_VERSION: 9.2.3
|
GHC_VERSION: 9.2.8
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -198,7 +198,7 @@ jobs:
|
|||||||
TZ: Asia/Singapore
|
TZ: Asia/Singapore
|
||||||
ARCH: ARM64
|
ARCH: ARM64
|
||||||
DISTRO: Ubuntu
|
DISTRO: Ubuntu
|
||||||
GHC_VERSION: 9.2.2
|
GHC_VERSION: 9.2.8
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -261,7 +261,7 @@ jobs:
|
|||||||
ARCH: 64
|
ARCH: 64
|
||||||
TARBALL_EXT: tar.xz
|
TARBALL_EXT: tar.xz
|
||||||
DISTRO: na
|
DISTRO: na
|
||||||
GHC_VERSION: 9.2.3
|
GHC_VERSION: 9.2.8
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -294,7 +294,7 @@ jobs:
|
|||||||
TARBALL_EXT: tar.xz
|
TARBALL_EXT: tar.xz
|
||||||
DISTRO: na
|
DISTRO: na
|
||||||
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
|
HOMEBREW_CHANGE_ARCH_TO_ARM: 1
|
||||||
GHC_VERSION: 9.2.3
|
GHC_VERSION: 9.2.8
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -327,7 +327,7 @@ jobs:
|
|||||||
ARCH: 64
|
ARCH: 64
|
||||||
TARBALL_EXT: "zip"
|
TARBALL_EXT: "zip"
|
||||||
DISTRO: na
|
DISTRO: na
|
||||||
GHC_VERSION: 9.2.3
|
GHC_VERSION: 9.2.8
|
||||||
steps:
|
steps:
|
||||||
- name: install windows deps
|
- name: install windows deps
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
Loading…
Reference in New Issue
Block a user