From 77ce2c0f418bc4a9cb34b63c7099bd3ba07ecdd3 Mon Sep 17 00:00:00 2001
From: Bryan Richter <b@chreekat.net>
Date: Fri, 13 Oct 2023 14:11:26 +0300
Subject: [PATCH] gitlab ci: Don't install stack

Fixes #9304
---
 .gitlab/ci.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index b0a6807958..0b351b1ae3 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -27,6 +27,8 @@ export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
 export BOOTSTRAP_HASKELL_GHC_VERSION=$GHC_VERSION
 export BOOTSTRAP_HASKELL_CABAL_VERSION=$CABAL_INSTALL_VERSION
 export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=yes
+# We don't use stack, and it isn't available on i386-deb9
+export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes
 
 # for some reason the subshell doesn't pick up the arm64 environment on darwin
 # and starts installing x86_64 GHC
-- 
GitLab