From 873ee4c52f959537b4919682036f0c0405cfcd80 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Thu, 31 Dec 2020 20:22:41 -0500 Subject: [PATCH] gitlab: Set --install-method=copy --- .gitlab/build-linux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/build-linux.sh b/.gitlab/build-linux.sh index 456aeb68..a7019c44 100644 --- a/.gitlab/build-linux.sh +++ b/.gitlab/build-linux.sh @@ -15,4 +15,5 @@ cabal --store-dir=$(pwd)/cabal-store v2-install \ exe:haskell-language-server \ --enable-executable-static \ --enable-split-sections \ - --installdir=$(pwd)/out + --installdir=$(pwd)/out \ + --install-method=copy -- GitLab