Skip to content

Commit

Permalink
Bug 1656813 - Make swgl a dependency of gkrust so that we have correc…
Browse files Browse the repository at this point in the history
…t dependencies for sccache. r=glandium

See rust-lang/rust#58393

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

UltraBlame original commit: 060254b3ad73855146cd3d6147e50fbc514e1cdc
  • Loading branch information
marco-c committed Aug 6, 2020
1 parent 4d8dc95 commit 90cfa5c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

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

27 changes: 26 additions & 1 deletion toolkit/library/gtest/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ optional
true
}
#
Workaround
Workarounds
for
https
:
Expand Down Expand Up @@ -600,6 +600,31 @@ static
rust
"
}
swgl
=
{
path
=
"
.
.
/
.
.
/
.
.
/
.
.
/
gfx
/
wr
/
swgl
"
}
[
lib
]
Expand Down
24 changes: 23 additions & 1 deletion toolkit/library/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ hack
"
}
#
Workaround
Workarounds
for
https
:
Expand Down Expand Up @@ -469,6 +469,28 @@ static
rust
"
}
swgl
=
{
path
=
"
.
.
/
.
.
/
.
.
/
gfx
/
wr
/
swgl
"
}
[
dev
-
Expand Down

0 comments on commit 90cfa5c

Please sign in to comment.