mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Kotlin: disable bazel cache in plugin test
This commit is contained in:
@@ -15,6 +15,7 @@ def test(codeql, java_full, cwd, semmle_code_dir, test_dir):
|
||||
"@codeql//java/ql/integration-tests/kotlin/linux/custom_plugin/plugin",
|
||||
],
|
||||
_cwd=semmle_code_dir,
|
||||
_env={"CODEQL_BAZEL_REMOTE_CACHE": "false"},
|
||||
)
|
||||
shutil.copy(
|
||||
f"{semmle_code_dir}/bazel-bin/external/ql+/java/ql/integration-tests/kotlin/linux/custom_plugin/plugin/plugin.jar",
|
||||
|
||||
Reference in New Issue
Block a user