-
Bazel Release System authored
Baseline: 088bbc61 Cherry picks: + b01160c: Stamp Windows release. + 2d6736e5: Add --no-tty for gpg signing + 9b1dfb87: Remove .sig file before gpg signing + 81aede1f: Reimplement whole archive on Windows Incompatible changes: - Skylark: updating list/dicts while they are being looped over is not allowed. Use an explicit copy if needed ("for x in list(mylist):"). - Bazel now uses the --cpu flag to look up Jvms; it falls back to "default" if it can't find a Jvm matching the CPU value. - --command_port=-1 to use AF_UNIX for client/server communications is not supported anymore. - Sandboxed actions can access the network by default, unless their target has a "block-network" tag. New features: - Files now have an "extension" property in Skylark. Important changes: - Added a new flag --sandbox_tmpfs_path, which asks the sandbox to mount an empty, writable directory at a specified path when running actions. (Supported on Linux only fo...
d0761e6a
To find the state of this project's repository at the time of any of these versions, check out the tags.