[roll] Roll fuchsia [bazel] Minor template.bazelrc cleanups

A few improvements to our .bazelrc template, before more complex
changes:

- Add `--incompatible_strict_action_env=true` to improve hermeticity,
  by not passing the host LD_LIBRARY_PATH to Bazel local sandboxes.

  + Add this to //build/bazel_sdk/tests/.bazelrc used by the
    Bazel SDK test suite.

- Add `--legacy_external_runfiles=true` to avoid creating unnecessary
  symlinks in .runfiles directories.

- `--incompatible_sandbox_hermetic_tmp` should no longer be necessary
  since Bazel 7.1 (we are now running 7.4).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216708
Original-Revision: 47c08f5622cba64f241d9aefd118e418f6741946
GitOrigin-RevId: 6911b77defddd6cb0269700291c6bb492d49dc53
Change-Id: Icc508e7185cd2ab822419c2e83b906ecdb33fcb3
1 file changed
tree: 156189b563ab7c4bcef469994bff86f4f055e517
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.