mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
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 --HG-- rename : testing/mozharness/scripts/spidermonkey/build.browser => taskcluster/scripts/builder/hazard-browser.sh rename : testing/mozharness/scripts/spidermonkey/build.shell => taskcluster/scripts/builder/hazard-shell.sh extra : rebase_source : 782f7b3f3537cfefb51b0e5f1b459c8ad0daca5b
6 lines
197 B
Bash
Executable file
6 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
|