Closed
Bug 1221317
Opened 9 years ago
Closed 9 years ago
Update tooltool linux rustc to 1.4
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox45 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: rillian, Assigned: rillian)
References
Details
In bug 1211562 we bumped the macos nightly builds to rustc 1.4. Experiment with the same release on linux builds.
Assignee | ||
Comment 1•9 years ago
|
||
Repacked release builds for linux uploaded.
[
{
"algorithm": "sha512",
"visibility": "public",
"filename": "rustc-1.4.0-x86_64-unknown-linux-gnu.tar.xz",
"unpack": true,
"digest": "50988b186d6134d62ed796da9c35cd9c3dc2850575bc16f62bfb03960aafc342606bfb46f5da436aad87b7273c6e6b2163fb75a1daad0898a989732ff77efae9",
"size": 72983192
},
{
"algorithm": "sha512",
"visibility": "public",
"filename": "rustc-1.4.0-i686-unknown-linux-gnu.tar.xz",
"unpack": true,
"digest": "7b5a6171a389bf23763920cba85c070b4da53d1d93bfb1000d5a3ab2237fa055ad1289c18a8d9b5e0d29e2182a2f6ca694231e6dd286468997c83d7eeb499158",
"size": 73750048
}
]
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•9 years ago
|
||
Testing custom build of rustc 1.4 with --enable-rpath.
[
{
"size": 158432608,
"digest": "1014f6c1fa44b729089ed0d40a5cab80a5b7d3fc17ed87ab6b4fccbcc6fc4953e70f61f72b2b92c0bc947f01c55757a90a5937c6f3a347a70a4dc64f1591d307",
"algorithm": "sha512",
"filename": "rustc.tar.xz",
"unpack": true
}
]
Assignee | ||
Comment 3•9 years ago
|
||
This one seems to work. Custom build of rustc 1.4 with --enable-rpath so we don't need to set LD_LIBRARY_PATH, and with --enable-llvm-static-stdcpp and compiled on the centos5 rust-buildbot dist docker images with fixes from https://github.com/rust-lang/rust-buildbot/pull/47 to avoid GLIBC and GLIBCXX symbol versioning issues seen with earlier builds.
{
"size": 73029932,
"digest": "ef1818acf065838dcb72554e521f9fd7098f0a3690cb6a3106d7bf18f46c342bfdd5a2b7d86e92ee3ddb9e478380343e58ecf8fd242807b8881a2d53fbec5ab3",
"algorithm": "sha512",
"filename": "rustc.tar.xz",
"unpack": true
}
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•