[tor-bugs] #26323 [Applications/Tor Browser]: Build 32bit Linux bundles on 64bit systems
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Feb 26 17:55:13 UTC 2019
#26323: Build 32bit Linux bundles on 64bit systems
-------------------------------------------+--------------------------
Reporter: gk | Owner: tbb-team
Type: task | Status: new
Priority: Very High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-rbm, TorBrowserTeam201902 | Actual Points:
Parent ID: #26468 | Points:
Reviewer: | Sponsor:
-------------------------------------------+--------------------------
Comment (by dcf):
Replying to [comment:10 boklm]:
> This is fixed by adding an `export CGO_ENABLED=1`. It seems that cgo is
enabled by default, except when cross-compiling, which is the case when we
build for linux-i686 on linux-x86_64, so the build of `go-webrtc` was
missing the cgo parts.
>
> I am not sure if we should add this `export CGO_ENABLED=1` to
`var/setup` in `projects/go/config`, so that it applies to all go
projects, or add it only in `projects/go-webrtc/config` and
`projects/snowflake/config`.
I think either way should work. It is probably sufficient to set
`CGO_ENABLED=1` only in the projects that use Cgo, but I don't know any
disadvantages to keeping to always set.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26323#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list