Skip to content

Commit

Permalink
Merge pull request #1496 from tweag/bazel-ci
Browse files Browse the repository at this point in the history
Update BazelCI tag filters
  • Loading branch information
mergify[bot] committed Feb 22, 2021
2 parents b977be3 + f6924d1 commit d7e341b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Expand Up @@ -5,10 +5,10 @@ tasks:
# haskell base uses the environment locale to decode sockets
LANG: "C.UTF-8"
build_flags:
- "--build_tag_filters=-requires_zlib,-requires_lz4,-requires_doctest,-requires_c2hs,-requires_threaded_rts,-requires_shellcheck,-dont_test_with_bindist,-dont_test_on_bazelci"
- "--build_tag_filters=-requires_nix,-requires_lz4,-requires_shellcheck,-requires_threaded_rts,-dont_test_with_bindist,-dont_test_on_bazelci"
build_targets:
- "//tests/..."
test_flags:
- "--test_tag_filters=-requires_zlib,-requires_lz4,-requires_doctest,-requires_c2hs,-requires_threaded_rts,-requires_shellcheck,-dont_test_with_bindist,-dont_test_on_bazelci"
- "--test_tag_filters=-requires_nix,-requires_lz4,-requires_shellcheck,-requires_threaded_rts,-dont_test_with_bindist,-dont_test_on_bazelci"
test_targets:
- "//tests/..."

0 comments on commit d7e341b

Please sign in to comment.