aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bootstrap/buildenv.sh
Commit message (Expand)AuthorAge
* Add Arm64 supportGravatar Arielle Albon2018-06-20
* Update the distfile compile scripts to create a valid embedded toolsGravatar John Cater2018-03-19
* Shell code cleanupGravatar Androbin2017-12-14
* Make bazel work with java9Gravatar Bernhard M. Wiedemann2017-11-09
* Do not output Bazel leaves to logs.Gravatar Dmitry Lomov2017-10-24
* Clean up TODOs.Gravatar László Csomor2017-10-09
* Windows,bootstrapping: fix build_windows_jni.shGravatar Laszlo Csomor2017-10-06
* bazel_bootstrap_distfile_test: add loggingGravatar laszlocsomor2017-09-13
* Bootstrap: move the fail function to the topGravatar dmarting2017-05-05
* Windows, bootstrapping: fix bugs to support CygwinGravatar Laszlo Csomor2017-04-26
* Windows: fix bootstrapping bugs with 0.4.4 Gravatar László Csomor2017-02-14
* Add quotes to improve space supportGravatar Alexander Chung2017-02-07
* Bazel bootstrapping: make it work on Windows againGravatar Laszlo Csomor2017-01-31
* Set JAVA_HOME for every invocation of compile.sh . Gravatar Lukacs T. Berki2017-01-23
* Power supportGravatar Nishidha Panpaliya2016-12-21
* Add quotes around variables when running dirnameGravatar Andrew Johnson2016-12-06
* Adding support for Linux s390xGravatar namrata-ibm2016-10-11
* Bootstrapping: don't use convenience symlinksGravatar Laszlo Csomor2016-09-27
* Windows bootstrapping: Fix compile.sh with setting $TMPDIR.Gravatar Laszlo Csomor2016-09-06
* Rollback of commit a51ca6fa732af58a7d1667d408a2511ffa3199da.Gravatar Laszlo Csomor2016-09-06
* Windows bootstrapping: Fix compile.sh when $TMP is unset.Gravatar Laszlo Csomor2016-09-06
* Update the JAVAC_VERSION regex to handle the case where javac adds extra text...Gravatar John Cater2016-08-23
* Make compile.sh print the console output for any failing commands during boot...Gravatar Lukacs Berki2016-08-04
* support sh besides bashGravatar Yue Gan2016-07-13
* Make bootstrapping support a designated work dirGravatar Klaus Aehlig2016-07-11
* buildenv.sh: clean up each tmpdir onceGravatar Klaus Aehlig2016-07-04
* Do not require users to set TMPDIR for bootstrap on Windows.Gravatar Dmitry Lomov2016-06-24
* Fix build when no CHANGELOG.md exists.Gravatar Damien Martin-Guillerez2016-03-18
* Add the last Bazel version number to ./compile.shGravatar Damien Martin-Guillerez2016-03-14
* Allow outputting the progress of Bazel's build.Gravatar Julio Merino2016-02-26
* Improve handling of exit routines to ensure we respect the exit status.Gravatar Julio Merino2016-02-26
* On Windows, build ``bazel.exe`` instead of just ``bazel``.Gravatar Dmitry Lomov2016-02-16
* Update buildenv.sh to detect aarch64 as ARMGravatar jmtatsch2016-01-26
* [ci] Do not fail on test failureGravatar Damien Martin-Guillerez2015-10-02
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Requires JDK 8Gravatar Damien Martin-Guillerez2015-09-15
* Unbreak the CI on DarwinGravatar Damien Martin-Guillerez2015-09-04
* Setup the ci build to test also Android tests when availableGravatar Damien Martin-Guillerez2015-09-04
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
* Make bazel compile error out when there's a run_silent command that failsGravatar Kristina Chodorow2015-06-25
* Disable tests that requires JDK 8 when using compile.shGravatar Damien Martin-Guillerez2015-06-24
* Lower the requirement to Java 7Gravatar Damien Martin-Guillerez2015-06-19
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Fix order of redirection in compile.shGravatar Damien Martin-Guillerez2015-06-11
* Reorganized compile.shGravatar Damien Martin-Guillerez2015-06-10