mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Revert "set --experimental_convenience_symlinks to ignore due to IDEA VFS issues"
This reverts commit cf3222b3cadf8926c0d34a453337ab76cde3b54c. GitOrigin-RevId: a995305e20542b700bc85698de66cf40175e08e8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dcbbef199a
commit
dd161e4384
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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-
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user