Skip to content

chore: clean up bazel cache pruning due to bazel 7.5

Ziqi Zhou requested to merge chore/cleanup-bazel-cache-pruning into main

Summary

New bazel version 7.5.0 (introduced from MR!99) allows usage of newly introduced features such as disk cache pruning, limiting used ram ressources ... This MR cleans up workaround in the CI scripts to limit the disk cache to 50GB via a shell script. Now we will use --experimental_disk_cache_gc_max_size=50G.

Screenshots (if applicable)


Checklist Before Merging

  1. Third-Party Library and Version Updates
  • All third-party libraries have been updated (e.g., road-logic-suite, gt-gen-core, osc1-engine, mantle-API).
  • gt-gen-core version number has been updated in Core/update_version.patch (if gt-gen-core is updated).
  • Notice.md has been updated with relevant changes.
  • The version number in Simulator/LibSimCore/version.bzl has been updated accordingly.
  1. Documentation Updates
  • User-facing documentation (user guides, tutorials, etc.) has been updated to reflect the changes.
  • The feature list in Documentation/03_scenario_description/supported_osc_features.md has been updated.
  1. Tests and CI Checks
  • Unit tests / integration tests are added

  • All CI checks are passing


Related Issues / Tickets

Edited by Ziqi Zhou

Merge request reports

Loading