Skip to content

Commit

Permalink
Add --ignore_unsupported_sandboxing to the bootstrap build
Browse files Browse the repository at this point in the history
The recent change in the bootstrap process was causing a warning
about sandboxing not being activated.

--
MOS_MIGRATED_REVID=114106185
  • Loading branch information
damienmg authored and dslomov committed Feb 9, 2016
1 parent 18d1322 commit 51a204a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bootstrap/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function bootstrap_build() {
--workspace_directory=${PWD} \
--nodeep_execroot --nofatal_event_bus_exceptions \
build \
--ignore_unsupported_sandboxing \
--startup_time=329 --extract_data_time=523 \
--rc_source=/dev/null --isatty=1 --terminal_columns=97 \
--ignore_client_env \
Expand Down

0 comments on commit 51a204a

Please sign in to comment.