Skip to content

Commit ebd0f59

Browse files
committed
Bug 1601704 - Work around sccache/rust confusion about mozglue-static. r=chmanchester
See rust-lang/rust#58393 (comment) Differential Revision: https://phabricator.services.mozilla.com/D56129 UltraBlame original commit: b515b0637e5eaf851af4a5aa1f8668c02d1a38ab
1 parent 0a10838 commit ebd0f59

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/src/rust/Cargo.toml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,47 @@ path
114114
shared
115115
"
116116
}
117+
#
118+
Workaround
119+
for
120+
https
121+
:
122+
/
123+
/
124+
github
125+
.
126+
com
127+
/
128+
rust
129+
-
130+
lang
131+
/
132+
rust
133+
/
134+
issues
135+
/
136+
58393
137+
mozglue
138+
-
139+
static
140+
=
141+
{
142+
path
143+
=
144+
"
145+
.
146+
.
147+
/
148+
.
149+
.
150+
/
151+
.
152+
.
153+
/
154+
mozglue
155+
/
156+
static
157+
/
158+
rust
159+
"
160+
}

0 commit comments

Comments
 (0)