Releases: AppliedIntuition/bazel
Releases · AppliedIntuition/bazel
7.7.0-appliedrc1
Support our own cpp compile action estimations
6.2.0-appliedrc9
Use `Runtime#availableProcessors` on Linux As of JDK 11, `Runtime#availableProcessors` on Linux is aware of cgroup resource limits and thus behaves as expected in containers, whereas `/proc/cpuinfo` still reports the number of logical processors available to the host. Unfortunately, the JVM-internal `os::total_memory` function, which similarly takes cgroup limits into account when computing the available RAM, does not seem to be accessible from Java. https://hg.openjdk.java.net/jdk/hs/rev/7f22774a5f42#l6.178 Fixes #5042 Closes #16512. RELNOTES[INC]: Bazel's local CPU resource on Linux is now container aware. Use `--local_cpu_resources`, `--loading_phase_threads` or `--jobs` to override. PiperOrigin-RevId: 515032721 Change-Id: I103ee25920d6908545ce6bf03d9c42c604c8589b
6.2.0-appliedrc11
Switch the embedded JDK to version 17. This allows removing the "cached" allmodules and minimized jdk archives, since `jlink` is deterministic in newer JDK versions. Fixes https://github.com/bazelbuild/bazel/issues/14785. Closes #16541. PiperOrigin-RevId: 489464974 Change-Id: If5bb457d20cf79b70ba03b862eff302ef4d296d2
6.2.0-appliedrc8
Updates to cpp compile estimates
7.6.1-appliedrc1
Patch 7.5.0 to force link indirect dynamic deps
7.5.0-appliedrc1
Updates 7.5.0 to include all transitive deps
6.2.0-appliedrc7
Update c++ linking estimates.
6.2.0-appliedrc6
[Python bootstrap template] Include site-packages
6.2.0-appliedrc5
partial revert of site-packages change
6.2.0-appliedrc4
[Python bootstrap template] Include site-packages