Skip to content

Commit

Permalink
Merge pull request #1655 from tweag/philwo-patch-1
Browse files Browse the repository at this point in the history
Fix "missing libgmp.so" error
  • Loading branch information
mergify[bot] authored Dec 8, 2021
2 parents 7ef5b95 + 8a26fee commit d1d9d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ tasks:
environment:
# haskell base uses the environment locale to decode sockets
LANG: "C.UTF-8"
shell_commands:
- "sudo apt -y update && sudo apt -y install libgmp-dev"
build_flags:
- "--build_tag_filters=-requires_nix,-requires_lz4,-requires_shellcheck,-requires_threaded_rts,-dont_test_with_bindist,-dont_test_on_bazelci"
build_targets:
Expand Down

0 comments on commit d1d9d7e

Please sign in to comment.