Files
tubestation/taskcluster/scripts/builder/hazard-shell.sh
Gregory Szorc a4920f8490 Bug 1413687 - Move hazard build scripts out of mozharness; r=sfink
These scripts are included by hazard-analysis.sh. That's their only
reference in repo.

We could probably inline these scripts. But let's start by moving them
out of mozharness since no active mozharness based task is using them.

MozReview-Commit-ID: 13oen42Txmh
2017-11-06 11:02:24 -08:00

7 lines
197 B
Bash
Executable File

#!/bin/bash -ex
mkdir -p "$ANALYZED_OBJDIR"
cd "$ANALYZED_OBJDIR"
$SOURCE/js/src/configure --enable-debug --enable-optimize --enable-stdcxx-compat --enable-ctypes --enable-nspr-build
make -j12 -s