Skip to content

Commit

Permalink
Speed up CI by preventing the python2 build from running tests (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheaff1 authored Jun 22, 2022
1 parent b1e65fe commit 2f7658c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/third_party/python/BUILD.python2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ configure_make(
"python2.7",
],
out_data_dirs = ["lib"],
# Building these targets rather than the default prevents tests from being run, which take a while
targets = [
"build_all",
"altinstall",
],
deps = [
"@openssl",
"@zlib",
Expand Down

0 comments on commit 2f7658c

Please sign in to comment.