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

Add --{no,}autodetect_server_javabase. #12542

Commits on Nov 24, 2020

  1. Add --{no,}autodetect_server_javabase.

    We want bazel to fail to start instead of falling back to a host
    JRE/JDK.  We are using a hermetic JDK and the embedded JRE, so there
    should be no need to use anything from the host.  We've debugged enough
    cases so far where the host installed JDK was buggy and causing random
    crashes on specific machines.
    
    Fixes: bazelbuild#12451
    AustinSchuh committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1a5b56c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Configuration menu
    Copy the full SHA
    3c00cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f889a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9f310 View commit details
    Browse the repository at this point in the history
  4. Fix test failure

    FATAL: The install_base directory '/var/lib/buildkite-agent/bazeltest/install_base' contains a different Bazel version (found aa41a738151267f7716fdef640010dd7 but this binary is 8dc389309eace6214919196718842380).  Remove it or specify a different --install_base.
    AustinSchuh committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    c62dd89 View commit details
    Browse the repository at this point in the history
  5. Use BAZEL_SUFFIX instead

    AustinSchuh committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    1e05762 View commit details
    Browse the repository at this point in the history
  6. Unset TEST_INSTALL_BASE

    AustinSchuh committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    a035c2c View commit details
    Browse the repository at this point in the history
  7. Skip windows

    AustinSchuh committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    9a42e7b View commit details
    Browse the repository at this point in the history