Revert "set --experimental_convenience_symlinks to ignore due to IDEA VFS issues"

This reverts commit cf3222b3cadf8926c0d34a453337ab76cde3b54c.

GitOrigin-RevId: a995305e20542b700bc85698de66cf40175e08e8
This commit is contained in:
Leonid Shalupov
2025-05-15 18:56:01 +02:00
committed by intellij-monorepo-bot
parent dcbbef199a
commit dd161e4384
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ common --@rules_jvm//:koltin_inc_threshold=0 --@rules_jvm//:java_inc_threshold=0
# make sure you don't need to open file to read commpilation errors
common --experimental_ui_max_stdouterr_bytes=-1
common --experimental_convenience_symlinks=ignore
common --symlink_prefix=/
# disable deprecated WORKSPACE support
common --noenable_workspace

View File

@@ -42,7 +42,7 @@ common --tool_java_runtime_version=remotejdk_21
common --experimental_ui_max_stdouterr_bytes=-1
# IDEA do not handle symlinks efficiently (freeze due to modal non-cancellable dialog) and no way to exclude directories by pattern bazel-
common --experimental_convenience_symlinks=ignore
common --symlink_prefix=out/bazel-
# FS Watch
build --watchfs

View File

@@ -19,4 +19,4 @@ common --tool_java_runtime_version=remotejdk_21
common --experimental_ui_max_stdouterr_bytes=-1
# IDEA do not handle symlinks efficiently (freeze due to modal non-cancellable dialog) and no way to exclude directories by pattern bazel-
common --experimental_convenience_symlinks=ignore
common --symlink_prefix=out/bazel-

View File

@@ -29,7 +29,7 @@ test --test_verbose_timeout_warnings --test_timeout=60 --test_output=all
# https://www.buildbuddy.io/blog/debugging-slow-bazel-builds/
common --nolegacy_important_outputs --remote_build_event_upload=minimal --remote_cache_async --remote_cache_compression
common --experimental_convenience_symlinks=ignore
common --symlink_prefix=out/bazel-
common --incompatible_strict_action_env=true