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

Update unknown Xcode version error message and provide an environment variable to force re-evaluation #19512

Commits on Sep 13, 2023

  1. Update unknown Xcode version error message and provide an environment…

    … variable to force re-evaluation
    
    As of c747ae7, you need to run `bazel sync --configure` instead of `bazel shutdown`, to force re-finding of Xcode versions.
    
    Certain setups have a hard time running that new command, versus previously only having to cause Bazel to restart. To accommodate that, I’ve also added the `XCODE_VERSION` variable to `environ` (to match a similar use defined here: bazelbuild/apple_support@ddf25c2), which allows those setups to force the re-evaluation by using `--repo_env`.
    
    Signed-off-by: Brentley Jones <github@brentleyjones.com>
    brentleyjones committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3af02ff View commit details
    Browse the repository at this point in the history
  2. DEVELOPER_DIR too

    Signed-off-by: Brentley Jones <github@brentleyjones.com>
    brentleyjones committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    36ef6b9 View commit details
    Browse the repository at this point in the history