1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/bin/bash set -x set -e set -o pipefail script=$1 shift artifact=$(basename $TOOLCHAIN_ARTIFACT) dir=${artifact%.tar.*} $GECKO_PATH/mach python --virtualenv build $(dirname $0)/$script "$@" $dir $(dirname $0)/pack.sh $dir