diff options
author | teor <teor@torproject.org> | 2018-08-23 17:43:03 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-23 18:20:39 +1000 |
commit | da17875ea5cf206e406c58991b455c9d2fb7d478 (patch) | |
tree | d97b7ec0a285ac6fac1c93acb687318f2d266f29 | |
parent | e8dd83aecb6faaca81e7c808010ae08c2ac574c9 (diff) | |
download | tor-da17875ea5cf206e406c58991b455c9d2fb7d478.tar.gz tor-da17875ea5cf206e406c58991b455c9d2fb7d478.zip |
Travis: Don't do a distcheck with --disable-module-dirauth
Part of 27252.
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | changes/ticket27252-034 | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7cc8086b94..930e2df911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/changes/ticket27252-034 b/changes/ticket27252-034 new file mode 100644 index 0000000000..620ad83efe --- /dev/null +++ b/changes/ticket27252-034 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Don't do a distcheck with --disable-module-dirauth in Travis. + Implements ticket 27252. |