Skip to content

Commit

Permalink
Add flags specific to mac os system to workaround missing support of …
Browse files Browse the repository at this point in the history
…paths with spaces for runfiles. More information about the issue can be found in bazelbuild/bazel#4327.

PiperOrigin-RevId: 572980749
  • Loading branch information
mollyibot authored and copybara-github committed Oct 12, 2023
1 parent 6b1a6a1 commit 1564479
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ build --strategy=JavaDeployJar=local
build --strategy=JavaSourceJar=local
build --strategy=Turbine=local

# --experimental_inprocess_symlink_creation is used to workaround the missing
# support for paths with spaces https://github.com/bazelbuild/bazel/issues/4327.
# Remove the two flags after this issue is fixed in bazel new release.
build --enable_platform_specific_config
build:macos --experimental_inprocess_symlink_creation

test --test_output=errors

# Enable Java 11
Expand Down

0 comments on commit 1564479

Please sign in to comment.