Bug 2002854 - app-services stub toolchains are unstubbed. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D274371
This commit is contained in:
committed by
mhammond@mozilla.com
parent
c9a9d419a5
commit
00a248149a
Generated
+2
@@ -8092,6 +8092,7 @@ checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
|
||||
name = "toolchain-embedded-uniffi-bindgen"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"embedded-uniffi-bindgen",
|
||||
"mozilla-central-workspace-hack",
|
||||
]
|
||||
|
||||
@@ -8100,6 +8101,7 @@ name = "toolchain-nimbus-fml"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"mozilla-central-workspace-hack",
|
||||
"nimbus-fml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -8,4 +8,5 @@ license = "MPL-2.0"
|
||||
name = "embedded-uniffi-bindgen"
|
||||
|
||||
[dependencies]
|
||||
embedded-uniffi-bindgen = { path = "../../../third_party/application-services/tools/embedded-uniffi-bindgen" }
|
||||
mozilla-central-workspace-hack = { version = "0.1", features = ["toolchain-embedded-uniffi-bindgen"], optional = true }
|
||||
|
||||
+1
-1
@@ -3,5 +3,5 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
fn main() {
|
||||
unreachable!("a place-holder for the app-services monorepo migration");
|
||||
embedded_uniffi_bindgen::main().unwrap()
|
||||
}
|
||||
|
||||
@@ -8,4 +8,5 @@ license = "MPL-2.0"
|
||||
name = "nimbus-fml"
|
||||
|
||||
[dependencies]
|
||||
nimbus-fml = { path = "../../../third_party/application-services/components/support/nimbus-fml" }
|
||||
mozilla-central-workspace-hack = { version = "0.1", features = ["toolchain-nimbus-fml"], optional = true }
|
||||
|
||||
@@ -3,5 +3,9 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
fn main() {
|
||||
unreachable!("a place-holder for the app-services monorepo migration");
|
||||
nimbus_fml::command_line::do_main(
|
||||
std::env::args_os(),
|
||||
&std::env::current_dir().expect("no cwd"),
|
||||
)
|
||||
.expect("nimbus failed")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user