Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
664c0d8a
Unverified
Commit
664c0d8a
authored
May 13, 2023
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40856: Temporarily disable namecoin, until #40845 is fixed
parent
5adcbf38
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!717
Bug 40856: Temporarily disable namecoint and stop using obfs4 main branch in nightly
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rbm.conf
+2
-1
2 additions, 1 deletion
rbm.conf
with
2 additions
and
1 deletion
rbm.conf
+
2
−
1
View file @
664c0d8a
...
...
@@ -465,7 +465,8 @@ targets:
compiler
:
gcc
configure_opt
:
'[% c("var/configure_opt_project") %]'
# Only build Namecoin for linux on nightly
namecoin
:
'[% c("var/nightly") && c("var/tor-browser") %]'
# Temporarily disabled until we have a fix for tor-browser-build#40845
#namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
container
:
suite
:
jessie
arch
:
amd64
...
...
...
...
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
sign in
to comment