Speed up CI by preventing the python2 build from running tests (#930)

This commit is contained in:
jheaff1 2022-06-22 20:27:10 +01:00 committed by GitHub
parent b1e65fec98
commit 2f7658cf02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ configure_make(
"python2.7", "python2.7",
], ],
out_data_dirs = ["lib"], 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 = [ deps = [
"@openssl", "@openssl",
"@zlib", "@zlib",