We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40d2e5 commit 51b753bCopy full SHA for 51b753b
.bazelci/presubmit.yml
@@ -31,8 +31,8 @@ tasks:
31
integration_tests:
32
name: "Integration Tests"
33
platform: ${{ integration_platform }}
34
-# test_flags:
35
-# - "--config=rbe"
+ test_flags:
+ - "--config=rbe"
36
test_targets:
37
- //examples:all
38
rbe_ubuntu1604:
src/main/starlark/core/compile/cli/compile.bzl
@@ -37,7 +37,6 @@ def compile_kotlin_for_jvm(
args.add("-jdk-home", toolchain_info.java_runtime.java_home)
args.add("-jvm-target", toolchain_info.jvm_target)
39
args.add("-no-stdlib")
40
- args.add("-verbose")
41
args.add("-api-version", toolchain_info.api_version)
42
args.add("-language-version", toolchain_info.language_version)
43
args.add("-module-name", module_name)
0 commit comments