Skip to content

Commit

Permalink
update clwb integration to suppress radler plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Nov 26, 2024
1 parent 584296e commit 01023c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clwb/test_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def clwb_integration_test(name, project, srcs, deps = []):
"-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false",
# fixes preferences not writable on mac
"-Djava.util.prefs.PreferencesFactory=com.google.idea.blaze.clwb.base.InMemoryPreferencesFactory",
# suppressed plugin sets for classic, radler is currently disabled for tests
"-Didea.suppressed.plugins.set.classic=org.jetbrains.plugins.clion.radler,intellij.rider.cpp.debugger,intellij.rider.plugins.clion.radler.cwm",
"-Didea.suppressed.plugins.set.selector=classic",
],
deps = deps + [
":clwb_lib",
Expand Down Expand Up @@ -62,6 +65,8 @@ def clwb_integration_test(name, project, srcs, deps = []):
"MSYS_NO_PATHCONV": "true",
# pass the bazel version to the test for RuleBazelVersion
"BIT_BAZEL_VERSION": version,
# configure the binary path for the radler backend
"RESHARPER_HOST_BIN": "plugins",
},
# inherit bash shell and visual studio path from host for windows
additional_env_inherit = ["BAZEL_SH", "BAZEL_VC"],
Expand Down

0 comments on commit 01023c5

Please sign in to comment.