Skip to content

Commit

Permalink
Bug 1601704 - Work around sccache/rust confusion about mozglue-static…
Browse files Browse the repository at this point in the history
…. r=chmanchester

See rust-lang/rust#58393 (comment)

Differential Revision: https://phabricator.services.mozilla.com/D56129

UltraBlame original commit: b515b0637e5eaf851af4a5aa1f8668c02d1a38ab
  • Loading branch information
marco-c committed Dec 7, 2019
1 parent 51743e3 commit adac274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions js/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ simd-accel = ['jsrust_shared/simd-accel']

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

0 comments on commit adac274

Please sign in to comment.