Files
bazel8/bazel8.changes
Ana Guerrero b934ec35a9 - update to 8.4.1
* Speculative fix for repo contents cache race.
- update to 8.4.0
  * Bazel releases that include a bundled JDK now use the system
    trust store for certificates by default. Set
    -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStoreType
    via --host_jvm_args to override the default location.
  * The --experimental_cancel_concurrent_tests option now accepts
    the values on_passed, on_failed and never and cancels concurrent
    test runs on the first matching result. If enabled, it's now
    effective by default and no longer requires
    --test_strategy=standalone to be passed explicitly.
- update to 8.3.0
  * Bazel now prints exactly which startup options have changed
    when the running Bazel server needs to be killed.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bazel8?expand=0&rev=3
2025-10-13 05:36:52 +00:00

24 lines
1.0 KiB
Plaintext

-------------------------------------------------------------------
Sat Sep 27 14:41:46 UTC 2025 - Christoph G <foss@grueninger.de>
- update to 8.4.1
* Speculative fix for repo contents cache race.
- update to 8.4.0
* Bazel releases that include a bundled JDK now use the system
trust store for certificates by default. Set
-Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStoreType
via --host_jvm_args to override the default location.
* The --experimental_cancel_concurrent_tests option now accepts
the values on_passed, on_failed and never and cancels concurrent
test runs on the first matching result. If enabled, it's now
effective by default and no longer requires
--test_strategy=standalone to be passed explicitly.
- update to 8.3.0
* Bazel now prints exactly which startup options have changed
when the running Bazel server needs to be killed.
-------------------------------------------------------------------
Mon Feb 3 16:04:39 UTC 2025 - Fuminobu Takeyama <ftake@geeko.jp> - 8.0.1
- Initial package based on bazel6