Bug 1123821 - Use the build virtualenv for private local toolchain commands. r=firefox-build-system-reviewers,andi

Differential Revision: https://phabricator.services.mozilla.com/D175443
This commit is contained in:
Mike Hommey 2023-04-18 04:25:36 +00:00
parent fe35d53b73
commit 60dbcb7e13
2 changed files with 3 additions and 1 deletions

View File

@ -237,6 +237,8 @@ def bootstrap_path(path, **kwargs):
command = (
[
"python",
"--virtualenv",
"build",
os.path.join(
build_env.topsrcdir,
"taskcluster/scripts/misc",

View File

@ -9,6 +9,6 @@ shift
artifact=$(basename $TOOLCHAIN_ARTIFACT)
dir=${artifact%.tar.*}
$GECKO_PATH/mach python $(dirname $0)/$script "$@" $dir
$GECKO_PATH/mach python --virtualenv build $(dirname $0)/$script "$@" $dir
$(dirname $0)/pack.sh $dir