Skip to content
Snippets Groups Projects
Commit 873ee4c5 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

gitlab: Set --install-method=copy

parent 05cf9749
No related branches found
No related tags found
1 merge request!1gitlab-ci: Initial commit
Pipeline #29312 canceled
...@@ -15,4 +15,5 @@ cabal --store-dir=$(pwd)/cabal-store v2-install \ ...@@ -15,4 +15,5 @@ cabal --store-dir=$(pwd)/cabal-store v2-install \
exe:haskell-language-server \ exe:haskell-language-server \
--enable-executable-static \ --enable-executable-static \
--enable-split-sections \ --enable-split-sections \
--installdir=$(pwd)/out --installdir=$(pwd)/out \
--install-method=copy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment