fune/taskcluster/scripts/misc/build-gn-linux.sh
serge-sans-paille 828ce4842d Bug 1796839 - Remove python2 dependency r=glandium
gn no longer requires python2, we should be fine with python3 here.

Differential Revision: https://phabricator.services.mozilla.com/D159956
2022-10-26 06:16:43 +00:00

13 lines
205 B
Bash
Executable file

#!/bin/bash
set -e -v
# This script is for building GN on Linux.
WORKSPACE=$HOME/workspace
export CC=gcc
export CXX=g++
export LDFLAGS=-lrt
cd $GECKO_PATH
. taskcluster/scripts/misc/build-gn-common.sh