Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/bazelbuild/bazel.git. Pull mirroring updated .
  1. Mar 25, 2022
  2. Oct 31, 2019
  3. Jul 22, 2019
  4. Aug 31, 2018
  5. Feb 06, 2018
  6. Jun 16, 2017
    • dzc's avatar
      Fix couple of code blocks, doc paths in docgen templates. · 51dcd283
      dzc authored
      * Replace ```shell with ```sh to fix jekyll build errors
      * Fix paths in docgen templates for new docs site directory structure.
      * Add jekyll build output directories to gitignore.
      
      RELNOTES: None
      PiperOrigin-RevId: 159020213
      51dcd283
  7. Mar 24, 2017
    • Adam Michael's avatar
      Simplify the steps needed to run android_integration_test. · 9b7330fb
      Adam Michael authored
      As of Bazel 0.4.5, the android_sdk_for_test and android_ndk_for_test are bound in android.WORKSPACE, so we do not need to include them in the main Bazel WORKSPACE file. I've update the comments to reflect that all that is needed to run the tests is android_sdk_repository and android_ndk_repository and the environment variables that they read.
      
      Also, delete scripts/workspace_user.sh. All of its functionality (reading environment variables, detecting api levels, build tools versions) is now part of android_{s,n}dk_repository.
      
      Fixes https://github.com/bazelbuild/bazel/issues/2284.
      
      --
      PiperOrigin-RevId: 151032551
      MOS_MIGRATED_REVID=151032551
      9b7330fb
  8. Feb 27, 2017
  9. Sep 21, 2016
    • Laszlo Csomor's avatar
      Rollback of commit 82d43279. · 8539a121
      Laszlo Csomor authored
      *** Reason for rollback ***
      
      Breaks TensorFlow and other Bazel jobs on ci.bazel.io
      
      *** Original change description ***
      
      Change execution root for external repositories to be ../repo
      
      Some of the important aspect of this change:
      
      * Remote repos in the execution root are under output_base/execroot/repo_name, so the prefix is ../repo_name (to escape the local workspace name).
      * Package roots for external repos were previously "output_base/", they are now output_base/external/repo_name (which means source artifacts always have a relative path from their repository).
      * Outputs are under bazel-bin/external/repo_name/ (or similarly under genfiles). Note that this is a bit of a change from how this was implemented in the previous cl.
      
      Fixes #1262.
      
      RELNOTES[INC]: Previously, an external repository would be symlinked into the
      execution root at execroot/local_repo/external/remote_repo. This changes it to
      be at execroot/remote_repo. This may break genrules/Skylark actions that
      hardcode execution root paths. If this causes breakages for you, ensure that
      genrules are using $(location :target) to access files and Skylark rules are
      using http://bazel.io/docs/skylark/lib/File.html's path, dirname, etc.
      functions.
      
      Roll forward of bdfd58a8.
      
      --
      MOS_MIGRATED_REVID=133709658
      8539a121
  10. Sep 20, 2016
    • Kristina Chodorow's avatar
      Change execution root for external repositories to be ../repo · 82d43279
      Kristina Chodorow authored
      Some of the important aspect of this change:
      
      * Remote repos in the execution root are under output_base/execroot/repo_name, so the prefix is ../repo_name (to escape the local workspace name).
      * Package roots for external repos were previously "output_base/", they are now output_base/external/repo_name (which means source artifacts always have a relative path from their repository).
      * Outputs are under bazel-bin/external/repo_name/ (or similarly under genfiles). Note that this is a bit of a change from how this was implemented in the previous cl.
      
      Fixes #1262.
      
      RELNOTES[INC]: Previously, an external repository would be symlinked into the
      execution root at execroot/local_repo/external/remote_repo. This changes it to
      be at execroot/remote_repo. This may break genrules/Skylark actions that
      hardcode execution root paths. If this causes breakages for you, ensure that
      genrules are using $(location :target) to access files and Skylark rules are
      using http://bazel.io/docs/skylark/lib/File.html's path, dirname, etc.
      functions.
      
      Roll forward of bdfd58a8.
      
      --
      MOS_MIGRATED_REVID=133606309
      82d43279
  11. Sep 19, 2016
  12. Apr 15, 2016
  13. Feb 03, 2016
  14. Jan 28, 2016
  15. Jan 11, 2016
  16. Dec 23, 2015
  17. Dec 22, 2015
  18. Dec 01, 2015
  19. Nov 18, 2015
  20. Nov 07, 2015
  21. Oct 29, 2015
  22. Sep 30, 2015
    • Dave MacLachlan's avatar
      Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them... · 0bb2f020
      Dave MacLachlan authored
      Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps.
      
      RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change.
      
      --
      MOS_MIGRATED_REVID=104225062
      0bb2f020
  23. Aug 04, 2015
    • Googler's avatar
      Rollback of commit da3cb806. · 46e80578
      Googler authored
      *** Reason for rollback ***
      
      Breaking builds. []
      
      *** Original change description ***
      
      RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change.
      
      --
      MOS_MIGRATED_REVID=99742398
      46e80578
    • Googler's avatar
      RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into... · da3cb806
      Googler authored
      RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change.
      
      --
      MOS_MIGRATED_REVID=99521906
      da3cb806
  24. Jul 22, 2015
    • Lukacs Berki's avatar
      Rollback of commit b8d1e700. · 0caf3325
      Lukacs Berki authored
      *** Reason for rollback ***
      
      Breaks most of the iOS targets on our continuous build.
      
      *** Original change description ***
      
      Move actoolzip, momczip and swiftstdlibtoolzip to tools/xcode and convert them to scripts instead of java apps.
      
      RELNOTES: actoolzip, momczip and swiftstdlibtoolzip have all been made into bash scripts and have been renamed to actoolwrapper, momcwrapper and swiftstdlibtoolwrapper respectively. The old versions will be deleted in a later change.
      
      --
      MOS_MIGRATED_REVID=98716081
      0caf3325
  25. Jul 16, 2015
  26. Jul 13, 2015
  27. Jun 01, 2015
  28. May 09, 2015
    • Thiago Farina's avatar
      Tell git to ignore files generated for/by IntelliJ Idea IDE. · 215c0bb9
      Thiago Farina authored
      bazel.iml is generated by scripts/setup-intellij.sh and .idea is
      generated by IntelliJ Idea IDE after you open bazel project on it.
      
      `git status` stops showing these when ran.
      
      --
      Change-Id: I2adc4a32ffb20d174b45be2b53deb098b6ef7fd9
      MOS_MIGRATED_REVID=93139152
      215c0bb9
  29. Apr 21, 2015
    • Damien Martin-Guillerez's avatar
      Improved Eclipse support for the Bazel project · f9971e6b
      Damien Martin-Guillerez authored
      Now the paths are 100% determined using Bazel query. To adapt to
      another project, change the variables at the top of the
      setup-eclipse.sh file. It also handles correctly java_plugins now.
      
      Because we must do queries on the full workspace, it is not easy to
      embed in a bazel build. I made a prototype for it but it is really
      impractical.
      
      --
      MOS_MIGRATED_REVID=91580472
      f9971e6b
  30. Mar 25, 2015
  31. Mar 23, 2015
  32. Mar 20, 2015
  33. Mar 13, 2015
  34. Feb 20, 2015
  35. Feb 25, 2015