Skip to content

Commit

Permalink
disable -Werr on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
0x777 committed Oct 21, 2019
1 parent e0570a5 commit 4bc8106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/Makefile
Expand Up @@ -54,7 +54,8 @@ release-image: $(project).cabal
# assumes this is built in circleci
ci-binary:
mkdir -p packaging/build/rootfs
stack $(STACK_FLAGS) build --ghc-options=-Werror $(BUILD_FLAGS)
# stack $(STACK_FLAGS) build --ghc-options=-Werror $(BUILD_FLAGS)
stack $(STACK_FLAGS) build $(BUILD_FLAGS)
mkdir -p $(build_output)
cp $(build_dir)/$(project)/$(project) $(build_output)
echo "$(VERSION)" > $(build_output)/version.txt
Expand Down

0 comments on commit 4bc8106

Please sign in to comment.