Skip to content

Commit 51b753b

Browse files
committed
Re-enable rbe for integration tests, turn off verbose
1 parent c40d2e5 commit 51b753b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ tasks:
3131
integration_tests:
3232
name: "Integration Tests"
3333
platform: ${{ integration_platform }}
34-
# test_flags:
35-
# - "--config=rbe"
34+
test_flags:
35+
- "--config=rbe"
3636
test_targets:
3737
- //examples:all
3838
rbe_ubuntu1604:

src/main/starlark/core/compile/cli/compile.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def compile_kotlin_for_jvm(
3737
args.add("-jdk-home", toolchain_info.java_runtime.java_home)
3838
args.add("-jvm-target", toolchain_info.jvm_target)
3939
args.add("-no-stdlib")
40-
args.add("-verbose")
4140
args.add("-api-version", toolchain_info.api_version)
4241
args.add("-language-version", toolchain_info.language_version)
4342
args.add("-module-name", module_name)

0 commit comments

Comments
 (0)