mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[IJI-2681] make bazel jvm-rules buildable on teamcity
GitOrigin-RevId: 1dcd467a8f115b4892816e2e0f9f77b64f141eb2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ac124730a7
commit
96ace1b6ad
@@ -12,19 +12,30 @@ build --tool_java_runtime_version=remotejdk_17
|
||||
|
||||
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
|
||||
# make sure you don't need to open file to read compilation errors
|
||||
common --experimental_ui_max_stdouterr_bytes=-1
|
||||
common --symlink_prefix=/
|
||||
|
||||
# disable deprecated WORKSPACE support
|
||||
common --noenable_workspace
|
||||
test --test_verbose_timeout_warnings --test_timeout=60 --test_output=all
|
||||
|
||||
# Do not depend on external environment
|
||||
build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
|
||||
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
|
||||
|
||||
# protobuf
|
||||
common --incompatible_enable_proto_toolchain_resolution
|
||||
common --symlink_prefix=/
|
||||
common --incompatible_enable_proto_toolchain_resolution
|
||||
|
||||
# Do not depend on external environment
|
||||
build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
|
||||
|
||||
# Remote-caches related
|
||||
common:remotecache --remote_cache=https://packages.jetbrains.team/files/p/ij/intellij-bazel-cache
|
||||
common --remote_upload_local_results=false
|
||||
common:ci --remote_upload_local_results=true
|
||||
|
||||
# More debug on CI
|
||||
common:ci --announce_rc
|
||||
|
||||
# TeamCity-specific options
|
||||
common:teamcity --show_progress_rate_limit=30
|
||||
|
||||
Reference in New Issue
Block a user