Speed up CI by preventing the python2 build from running tests (#930)
This commit is contained in:
parent
b1e65fec98
commit
2f7658cf02
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue