Skip to content

Commit f698038

Browse files
committed
Verify if failed checks are related to issues/295
Downgrade rules_python to 1.4.1 to fix build issue Bug: Build failed with updated dependency rules_python >= 1.5.0 #295 - Link: eclipse-score/docs-as-code#295
1 parent 28c2676 commit f698038

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

MODULE.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ doxygen_extension = use_extension("@rules_doxygen//:extensions.bzl", "doxygen_ex
129129
use_repo(doxygen_extension, "doxygen")
130130

131131
# Python 3.12 toolchain for Bazel
132-
bazel_dep(name = "rules_python", version = "1.5.1")
132+
bazel_dep(name = "rules_python", version = "1.4.1")
133133

134134
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
135135
python.toolchain(
@@ -197,3 +197,9 @@ bazel_dep(name = "rules_pkg", version = "1.1.0")
197197

198198
bazel_dep(name = "score_tooling", version = "1.0.4")
199199
bazel_dep(name = "score_docs_as_code", version = "2.2.0")
200+
201+
# Use local docs-as-code repository for testing fixes (on v2.2.0)
202+
local_path_override(
203+
module_name = "score_docs_as_code",
204+
path = "/home/gjt9fe/repos/eclipse-score/docs-as-code",
205+
)

0 commit comments

Comments
 (0)