Skip to content

Commit

Permalink
Merge pull request #279 from Concordium/fix-linux-build
Browse files Browse the repository at this point in the history
Fix linux static build.
  • Loading branch information
abizjak authored Oct 5, 2023
2 parents 7f44159 + 1cabb41 commit 0a112e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -ex

cd /build

# Workaround for stack not setting flags for local dependencies properly.
sed -i "s/default: False/default: True/g" deps/concordium-base/package.yaml
sed -i "s/default: False/default: True/g" deps/concordium-base/concordium-base.cabal

stack build --stack-yaml stack.linux-static.yaml

Expand Down
2 changes: 1 addition & 1 deletion stack.linux-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extra-deps:
commit: 4e9058db74e7a27dee0c92c4a754086e8a45a592

- github: Concordium/http2-grpc-haskell
commit: a4a0a31d44f754bf61868552ee5b256d94eed4de
commit: e52874ac2923f5177696e6dd4251fdb0f7dda87b
subdirs:
- http2-client-grpc
- http2-grpc-proto-lens
Expand Down

0 comments on commit 0a112e4

Please sign in to comment.