[tor-bugs] #25849 [Applications/Tor Browser]: Ship tor in Tor Browser nightly builds for Windows with Rust enabled

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Feb 10 18:15:22 UTC 2019


#25849: Ship tor in Tor Browser nightly builds for Windows with Rust enabled
--------------------------------------+--------------------------------
 Reporter:  gk                        |          Owner:  tbb-team
     Type:  defect                    |         Status:  needs_revision
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:  tbb-rbm, boklm201811      |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+--------------------------------

Comment (by boklm):

 Replying to [comment:10 gk]:
 > Replying to [comment:9 cypherpunks]:
 > > Is that correct that you apply `unwind_128.patch` to Firefox Nightly
 also?
 >
 > Good catch. No, it is not correct. I hoped I can somehow avoid version
 comparisons. Maybe boklm has a good idea whether we can achieve that.

 I think you can add something like this to `projects/tor/config`:
 {{{
 diff --git a/projects/tor/config b/projects/tor/config
 index 80282ea..f4b8e8f 100644
 --- a/projects/tor/config
 +++ b/projects/tor/config
 @@ -68,4 +68,5 @@ input_files:
      input_file_var:
        rust_version: 1.28.0
        prev_version: 1.27.2
 +      unwind_128: '[% c("var/windows-i686") %]'
      enable: '[% (c("var/linux") || c("var/osx")) && c("var/nightly") %]'
 }}}

 And then use `input_file_var/unwind_128` in the conditions to apply
 `unwind_128.patch`.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/25849#comment:11>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list