Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin J. Thompson
Tor
Commits
da17875e
Unverified
Commit
da17875e
authored
6 years ago
by
teor
Browse files
Options
Downloads
Patches
Plain Diff
Travis: Don't do a distcheck with --disable-module-dirauth
Part of 27252.
parent
e8dd83ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
changes/ticket27252-034
+3
-0
3 additions, 0 deletions
changes/ticket27252-034
with
5 additions
and
2 deletions
.travis.yml
+
2
−
2
View file @
da17875e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
changes/ticket27252-034
0 → 100644
+
3
−
0
View file @
da17875e
o Minor features (continuous integration):
- Don't do a distcheck with --disable-module-dirauth in Travis.
Implements ticket 27252.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment