about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/bazel/default.nix
AgeCommit message (Expand)AuthorFilesLines
2020-03-02Add bazel 1.2.1Michael Lingelbach1-561/+0
2020-02-28bazel: output correct binary nameJoao Neves1-3/+6
2020-02-28bazel: 2.0.0 -> 2.1.0Joao Neves1-4/+4
2020-02-20bazel: fix linker flags for darwinMario Rodas1-2/+10
2020-01-07bazel: 1.2.1 -> 2.0.0 (#76851)Danju Visvanathan1-5/+5
2019-12-05bazel: bazelRC path set by a patchGuillaume Bouchard1-6/+7
2019-12-05bazel: close #70911 by conditionally loading system wide configurationGuillaume Bouchard1-0/+3
2019-12-05bazel: remove wrapProgram and move it to system configurationGuillaume Bouchard1-2/+1
2019-12-05bazel: move configuration file to a proper nix store entryGuillaume Bouchard1-8/+10
2019-12-04bazel: add `file` and `zip` in the test runner envGuillaume Bouchard1-1/+2
2019-12-04bazel: improve strict action env contextGuillaume Bouchard1-8/+12
2019-11-27bazel: 1.2.0 -> 1.2.1Wael M. Nasreddine1-2/+2
2019-11-25bazel: 1.1.0 -> 1.2.0Wael M. Nasreddine1-3/+3
2019-10-24bazel: exclude `tests.shebang` from running on darwinProfpatsch1-1/+3
2019-10-22bazel: 1.0 -> 1.1Danju Visvanathan1-6/+6
2019-10-11bazel: Comment on python versions.Andreas Herrmann1-1/+8
2019-10-11bazel: patch #!/usr/bin/env bashAndreas Herrmann1-4/+7
2019-10-11bazel: shebang-test: pass bazel dir in NixAndreas Herrmann1-2/+1
2019-10-11bazel: Test that all shebangs are patched correctlyAndreas Herrmann1-0/+2
2019-10-11bazel: fix build on macosxFlorian Klink1-1/+1
2019-10-11bazel: 0.29 -> 1.0Guillaume Bouchard1-8/+9
2019-09-04Merge branch 'master' into staging-nextVladimír Čunát1-16/+21
2019-09-03bazel: 0.28.1 -> 0.29.0Guillaume Bouchard1-16/+21
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-0/+2
2019-08-31Merge master into staging-nextFrederik Rietdijk1-0/+2
2019-08-30bazel: cctools runtime dependency on darwin (#66724)Andreas Herrmann1-0/+2
2019-08-26treewide: remove redundant quotesvolth1-4/+4
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-16bazel: Fix python stub templateAndreas Herrmann1-1/+1
2019-08-09bazel: 0.28.0 -> 0.28.1 (#66402)Wael Nasreddine1-2/+2
2019-07-31buildBazelPackage: clear markersNikolay Amiantov1-2/+2
2019-07-25bazel: disable dm-sonnet downstream testProfpatsch1-2/+3
2019-07-25bazel: execute dm-sonnet test only on linuxProfpatsch1-3/+6
2019-07-25bazel: add fixed output test caseTimo Kaufmann1-1/+12
2019-07-16bazel: drop absolute Python path (#64903)Wael Nasreddine1-7/+4
2019-07-16bazel: 0.27.0 -> 0.28.0Guillaume Bouchard1-3/+9
2019-07-16bazel: drop absolute Python pathNikolay Amiantov1-7/+4
2019-07-12bazel: Use --distdir for prefetched repositoriesGuillaume Bouchard1-20/+3
2019-07-01bazel: add a test asserting java and java proto (#63927)Wael Nasreddine1-8/+13
2019-06-29bazel: fix the compilation of .proto on Darwin (#63879)Wael Nasreddine1-4/+21
2019-06-24Fix source url for java tools on darwinGuillaume Bouchard1-4/+1
2019-06-22bazel: Full switch to python3Guillaume Bouchard1-7/+6
2019-06-22bazel: restore installCheckPhaseGuillaume Bouchard1-8/+23
2019-06-22bazel: 0.26.1 -> 0.27.0Guillaume Bouchard1-6/+58
2019-06-18bazel: add update script to update srcDeps from WORKSPACE fileProfpatsch1-53/+48
2019-06-16treewide: remove unused variables (#63177)volth1-3/+3
2019-06-13bazel: fix nix-hacks.patch with the latest version of Bazel (#63052)Wael Nasreddine1-9/+15
2019-06-12bazel: 0.26.0 -> 0.26.1Wael M. Nasreddine1-6/+6
2019-06-12bazel: run the tests on all supported platformsProfpatsch1-1/+4
2019-06-12bazel.tests: prebuild the bazel self-extraction to speed up testProfpatsch1-6/+59