Skip to content

Commit 7595ff2

Browse files
committed
build: Replace local_path_override with git_override for score_platform
POC for eclipse-score/score#2346 Replace local path override with git override using branch arsibo_dr_005_poc for score_platform dependency. This allows the build to work with remote branch after pushing.
1 parent a4d3feb commit 7595ff2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MODULE.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ bazel_dep(name = "score_process", version = "1.4.0")
3535
bazel_dep(name = "score_platform", version = "0.5.1") # This is main score repo
3636
# bazel_dep(name = "score_virtualization", version = "0.0.1", dev_dependency = True)
3737

38-
local_path_override(
38+
git_override(
3939
module_name = "score_platform",
40-
path = "../score_score",
40+
remote = "https://github.com/eclipse-score/score.git",
41+
branch = "arsibo_dr_005_poc",
4142
)
4243

4344
# Toolchains and extensions

0 commit comments

Comments
 (0)