Skip to content

Commit

Permalink
CI: enable clang tests (#898)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator/zstrong#898

Reviewed By: malanka

Differential Revision: D59065671

fbshipit-source-id: 2a09ae13e1d4c62a7b9a907cca0e911672435ad1
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jul 3, 2024
1 parent 7ec373c commit 06bc953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ endif

CABAL = $(CABAL_BIN) --jobs --ghc-options='$(EXTRA_GHC_OPTS)' \
-vnormal+nowrap --project-file=$(PWD)/cabal.project \
$(CABAL_CONFIG_FLAGS)
$(CABAL_CONFIG_FLAGS) $(GETDEPS_CABAL_FLAGS)

BUILD_DIR = .build
MODE_DIR = $(BUILD_DIR)/$(MODE)
Expand Down

0 comments on commit 06bc953

Please sign in to comment.