Skip to content

Commit fc519a3

Browse files
committed
Bug 1336155 - Update linux32 rust builders to use -fPIC. r=mshal
Use a custom build of rust 1.15.1 with an additional bump of the gcc crate to 0.3.43 to pass -fPIC to the C compiler on i686-linux. While 1.15.1 was tagged today, there's some question as to whether it would be released from the tag or if the tag would be moved to incorporate this fix. This works around the issue with text segment relocations with the 1.15.0 stable release. For more information see the upstream issue at rust-lang/rust#39523 MozReview-Commit-ID: 83IxtJeJxlh UltraBlame original commit: 62adf4084bae5e2f6d49cd3c4c6cbfbc2691a2aa
1 parent 24b6076 commit fc519a3

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

browser/config/tooltool-manifests/linux32/releng.manifest

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,28 +107,34 @@ rustc
107107
.
108108
15
109109
.
110-
0
110+
1
111+
-
112+
dev
111113
(
112-
10893a9a3
114+
38014d1b6
113115
2017
114116
-
115-
01
117+
02
116118
-
117-
19
119+
08
118120
)
119-
repack
121+
gecko
122+
build
123+
with
124+
-
125+
fPIC
120126
"
121127
"
122128
size
123129
"
124130
:
125-
110076708
131+
75614428
126132
"
127133
digest
128134
"
129135
:
130136
"
131-
2c865f12279b103e8861071e05480cd8aeb9c4e4cd63eea1b8ca50fb92880583bebd27a3af6a86b3f12b9ee89e70839140f061ab829fcceca5e85dc8bc428ec3
137+
1bfd06db51c4aeaf43e43d8080069bba4b3d590a4863366ceb9c9a9915fbc528111fa067a13fc701ee00cbeda21a9f5de23d20d2479eab35fa2d7f729c660159
132138
"
133139
"
134140
algorithm

0 commit comments

Comments
 (0)