Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize sandbox performance #1045

Merged
merged 6 commits into from
May 9, 2022

Commits on Apr 30, 2022

  1. Optimize sandbox performance

    Link just the files needed to compile, link, or archive, rather than the entire directory tree. This drastically improves build times on macOS, where the sandbox is known to be slow (bazelbuild/bazel#8230).
    jfirebaugh committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    58819fd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Linux wants clang to link

    jfirebaugh committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a184280 View commit details
    Browse the repository at this point in the history
  2. all_files not needed?

    jfirebaugh committed May 2, 2022
    Configuration menu
    Copy the full SHA
    de46564 View commit details
    Browse the repository at this point in the history
  3. Linux wants llc

    jfirebaugh committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0eca147 View commit details
    Browse the repository at this point in the history
  4. And llvm-ar

    jfirebaugh committed May 2, 2022
    Configuration menu
    Copy the full SHA
    186178b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    b2ac8db View commit details
    Browse the repository at this point in the history