Skip to content

Commit 05539a3

Browse files
committed
release ci: respect ADD_CABAL_ARGS on non-windows builds
1 parent 86a83de commit 05539a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ BINDIST_BASE_DIR := out/bindist/$(ARTIFACT)
6060
BINDIST_OUT_DIR := $(BINDIST_BASE_DIR)/haskell-language-server-$(HLS_VERSION)
6161

6262
CABAL_BASE_ARGS ?= --store-dir=$(ROOT_DIR)/$(STORE_DIR)
63-
CABAL_ARGS ?= --disable-tests --disable-profiling -O2
63+
CABAL_ARGS ?= --disable-tests --disable-profiling -O2 $(ADD_CABAL_ARGS)
6464
CABAL_INSTALL_ARGS ?= --overwrite-policy=always --install-method=copy
6565
CABAL_INSTALL := $(CABAL) $(CABAL_BASE_ARGS) v2-install
6666
PROJECT_FILE := cabal.project

0 commit comments

Comments
 (0)