aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/BUILD
Commit message (Collapse)AuthorAge
* Make the embedded JDK targets the defaultGravatar Liam Miller-Cushon2018-06-18
| | | | | | Closes #5403. PiperOrigin-RevId: 201007405
* update bazel's embedded jdk to jdk9Gravatar cushon2018-06-11
| | | | | | | | | | | - Updates the embedded JDK to Azul Zulu 9.0.7 - All integration tests use Bazel with the embedded JDK Also updated: http://storage.googleapis.com/bazel-mirror/openjdk/index.html Closes #5312, #5314, #5315 PiperOrigin-RevId: 200055008
* Wrap a comment line around 80 chars.Gravatar Googler2018-05-11
| | | | | RELNOTES: None. PiperOrigin-RevId: 196272337
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
| | | | PiperOrigin-RevId: 196266567
* Add a toolchains= dependency to a few genrules so that the Bazel test suite ↵Gravatar lberki2017-12-11
| | | | | | | | | passes. Fixes #4268 . RELNOTES: None. PiperOrigin-RevId: 178604877
* Make the bash completion generation easier to customize per product, take 2.Gravatar Julio Merino2017-02-02
| | | | | | | | | | | Refactor the code to generate the bash completions file by moving the logic to a separate script and keeping the genrule as a dumb invocation of this script. This allows us to more easily customize the rules for Blaze. -- PiperOrigin-RevId: 146362379 MOS_MIGRATED_REVID=146362379
* Rollback of commit 37debf0e532ccba7e9b6e2758b247659d28e905c.Gravatar Florian Weikert2017-02-02
| | | | | | -- PiperOrigin-RevId: 146347158 MOS_MIGRATED_REVID=146347158
* Make the bash completion generation easier to customize per product.Gravatar Julio Merino2017-02-02
| | | | | | | | | | | Refactor the code to generate the bash completions file by moving the logic to a separate script and keeping the genrule as a dumb invocation of this script. This allows us to more easily customize the rules for Blaze. -- PiperOrigin-RevId: 146265210 MOS_MIGRATED_REVID=146265210
* Add script and genrule to build RPM package.Gravatar John Cater2017-01-03
| | | | | | | | | | | | This only builds a development package, further work (and probably a full pkg_rpm rule) will be needed to make a releasable RPM. Closes #2276. -- Change-Id: If307c6143334957a127c7c2fe897009a08e88d5c Reviewed-on: https://github.com/bazelbuild/bazel/pull/2276 PiperOrigin-RevId: 143450212 MOS_MIGRATED_REVID=143450212
* Move dot conversion to doc gen pipelineGravatar Kristina Chodorow2016-12-13
| | | | | | -- PiperOrigin-RevId: 141913623 MOS_MIGRATED_REVID=141913623
* Using a temporary user output root when generating the completion scriptGravatar Damien Martin-Guillerez2016-08-01
| | | | | | | | | | | Without that, we write some data in the cache that should not be cached. This fix the remaining issue about bazel writing out of the cache directory described in Homebrew/homebrew-core#3427. -- Change-Id: I8794693233675124fbc7ee3691297e7a84d999b4 Reviewed-on: https://bazel-review.googlesource.com/#/c/4221/ MOS_MIGRATED_REVID=128980718
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
| | | | | | | | | | | missing file to it. We need to activate this check on presubmits -- Change-Id: Ia95e92d3816ce92bb69bc0e2cf56e9c60b68d970 Reviewed-on: https://bazel-review.googlesource.com/#/c/3949/ MOS_MIGRATED_REVID=126404792
* Add a bazel-srcs target to the top-level package containing all Bazel sourcesGravatar Damien Martin-Guillerez2016-02-29
| | | | | | | | This target include all non tests targets of Bazel to do integration tests of bootstrapping. -- MOS_MIGRATED_REVID=115830741
* Installer: ship the Bash completion script and add a finish messageGravatar Damien Martin-Guillerez2015-09-04
| | | | | -- MOS_MIGRATED_REVID=102343488
* Set javabase for bash complete script generation.Gravatar Damien Martin-Guillerez2015-04-14
| | | | | | | | | This was failing under Linux because the PATH is unset. Fixes #113 -- MOS_MIGRATED_REVID=91021549
* Open-source Bazel bash completion scriptGravatar Damien Martin-Guillerez2015-04-10
This script enable shell completion for Bazel inside the Bourne-again shell. Fixes #38 -- MOS_MIGRATED_REVID=90745457