Skip to content
  • Paul Gschwendtner's avatar
    build: do not build runfile trees unnecessarily (#36914) · b7fb92a0
    Paul Gschwendtner authored
    Disables Bazel runfile tree creation. Only if a given
    execution strategy relies on runfile tree creation, the
    runfile tree is created lazily. This helps as currently
    Bazel spends unnecessary time on CI building runfile trees
    for tests which are cached and aren't re-run.
    
    The goal is to spend less time on CI for cached test/build
    targets. We can't measure impact yet as there are targets
    for the integration tests that hide the potential benefits.
    on the components repo a 80% time reduction could be observed.
    
    PR Close #36914
    b7fb92a0