From d98e014b26b7f14ddb677bacdbad7a94aa8c6680 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 7 Jun 2026 07:38:49 +0200 Subject: [PATCH] test 9.12.4.20260606 --- automated/build.sh | 2 ++ build-constraints.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index d911487a..cd29131a 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -158,6 +158,8 @@ docker run -t $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c " exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS " +exit 1 + # Make sure we actually need this snapshot. We used to perform this check # exclusively before building. Now we perform it after as well for the case of # nightly, where we don't perform this check beforehand. This is also slightly diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c389d50..aff8cfe2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,7 +1,7 @@ ghc-major-version: "9.12" # new curator is supposed to use exact GHC version -ghc-version: "9.12.4" +ghc-version: "9.12.4.20260606" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version @@ -7709,7 +7709,7 @@ packages: "GHC major version specific bounds": # Cabal - - cabal-install < 3.16 + - cabal-install < 0 # due to semaphore-compat bump in 9.12.5 - cabal-install-solver < 3.16 - ormolu < 0.8.1 # requires Cabal-syntax-3.16 and ghc-9.14