From 24aeecbba9cce61beef7fda8f52903e2e8f7b2bc Mon Sep 17 00:00:00 2001 From: relan Date: Thu, 10 Nov 2022 22:52:13 +0300 Subject: [PATCH] Prefetch Mozilla Rust code dependencies Make cargo --frozen work when it's called somewhere inside the Mozilla build system. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 83f38a2..b7e98bf 100755 --- a/build.sh +++ b/build.sh @@ -55,6 +55,7 @@ popd pushd "$mozilla_release" export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none +cargo fetch ./mach build gradle publishWithGeckoBinariesReleasePublicationToMavenLocal gradle exoplayer2:publishReleasePublicationToMavenLocal