Skip to content

Commit 7f33f30

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 --HG-- extra : moz-landing-system : lando
1 parent 0393375 commit 7f33f30

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/src/rust/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ simd-accel = ['jsrust_shared/simd-accel']
1717

1818
[dependencies]
1919
jsrust_shared = { path = "./shared" }
20+
# Workaround for https://github.com/rust-lang/rust/issues/58393
21+
mozglue-static = { path = "../../../mozglue/static/rust" }

0 commit comments

Comments
 (0)