Closed ide closed 9 years ago
Actually, it looks like jsc/BUCK, jsc/extra_headers, and icu/BUCK should be included in this repo so the mkdir
commands won't be necessary if that's accurate.
This is no longer required as those folders are under version control now as they contain project-specific build scripts. The've been somehow excluded from initial commit because of .gitignore
I see the new commit, thanks. Do you still want the set -e changes?
Yeah, it would be good to add "set -e"
Adds two small enhancements to the setup scripts:
set -e
to the scripts so that they bail out if any command failsTest Plan: Run fetch_sources.sh in a clean repo and see it succeed. Run install.sh (which currently fails on the
buck build
step) and see it bails out on failure instead of going on to run the maven step.