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
7 lines
197 B
Bash
Executable File
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
|