fune/taskcluster/scripts/misc/build-gn-win32.sh
Mike Hommey 557b38098e Bug 1289641 - Replace uses of the vs2017-15.9 tooltool manifest. r=firefox-build-system-reviewers,mhentges
Now that we have a toolchain artifact with the same function, we can use
that instead.

Differential Revision: https://phabricator.services.mozilla.com/D143127
2022-04-12 22:52:54 +00:00

17 lines
397 B
Bash
Executable file

#!/bin/bash
set -e -v -x
# This script is for building GN on Windows.
UPLOAD_DIR=$PWD/public/build
COMPRESS_EXT=bz2
cd $GECKO_PATH
export PATH="$(cd $MOZ_FETCHES_DIR && pwd)/ninja/bin:$PATH"
export PATH="$(cd $MOZ_FETCHES_DIR && pwd)/mingw64/bin:$PATH"
. taskcluster/scripts/misc/vs-setup.sh
. taskcluster/scripts/misc/build-gn-common.sh
. $GECKO_PATH/taskcluster/scripts/misc/vs-cleanup.sh