mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Travis: Don't do a distcheck with --disable-module-dirauth
Part of 27252.
This commit is contained in:
parent
e8dd83aecb
commit
da17875ea5
@ -54,9 +54,9 @@ matrix:
|
||||
## Check rust online with distcheck, to make sure we remove rust products
|
||||
## But without hardening (see above)
|
||||
- env: DISTCHECK="yes" RUST_OPTIONS="--enable-rust --enable-cargo-online-mode" HARDENING_OPTIONS=""
|
||||
## Check disable module dirauth with rust, and without rust but with distcheck
|
||||
## Check disable module dirauth with and without rust
|
||||
- env: MODULES_OPTIONS="--disable-module-dirauth" RUST_OPTIONS="--enable-rust" TOR_RUST_DEPENDENCIES=true HARDENING_OPTIONS=""
|
||||
- env: DISTCHECK="yes" MODULES_OPTIONS="--disable-module-dirauth"
|
||||
- env: MODULES_OPTIONS="--disable-module-dirauth"
|
||||
|
||||
## Uncomment to allow the build to report success (with non-required
|
||||
## sub-builds continuing to run) if all required sub-builds have
|
||||
|
3
changes/ticket27252-034
Normal file
3
changes/ticket27252-034
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor features (continuous integration):
|
||||
- Don't do a distcheck with --disable-module-dirauth in Travis.
|
||||
Implements ticket 27252.
|
Loading…
Reference in New Issue
Block a user