Skip to content

Commit 2f2f858

Browse files
committed
Add toolchain to WORKSPACE file
1 parent baaa57a commit 2f2f858

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ load(
2222

2323
register_default_python_toolchain()
2424

25-
register_toolchains("@default_python_tools//:python_toolchain")
25+
register_toolchains(
26+
"@default_python_tools//:python_toolchain",
27+
"//src:codechecker_local_toolchain",
28+
)
2629

2730
register_default_codechecker()
2831

test/foss/templates/WORKSPACE.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ load(
1414
)
1515

1616
register_default_python_toolchain()
17-
register_toolchains("@default_python_tools//:python_toolchain")
17+
register_toolchains(
18+
"@default_python_tools//:python_toolchain",
19+
"@rules_codechecker//src:codechecker_local_toolchain",
20+
)
1821

1922
register_default_codechecker()
2023

0 commit comments

Comments
 (0)