Skip to content

Commit

Permalink
Bug 1123821 - Use the build virtualenv for private local toolchain co…
Browse files Browse the repository at this point in the history
…mmands. r=firefox-build-system-reviewers,andi

Differential Revision: https://phabricator.services.mozilla.com/D175443
  • Loading branch information
glandium committed Apr 18, 2023
1 parent 03f39f1 commit b17f49a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/moz.configure/bootstrap.configure
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def bootstrap_path(path, **kwargs):
command = (
[
"python",
"--virtualenv",
"build",
os.path.join(
build_env.topsrcdir,
"taskcluster/scripts/misc",
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/scripts/misc/private_local_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b17f49a

Please sign in to comment.