@@ -79,13 +79,13 @@ use_repo(
7979)
8080
8181## Rust Toolchain
82- bazel_dep (name = "score_toolchains_rust" , version = "0.4 .0" , dev_dependency = True )
82+ bazel_dep (name = "score_toolchains_rust" , version = "0.8 .0" , dev_dependency = True )
8383
8484# S-CORE crates
8585bazel_dep (name = "score_crates" , version = "0.0.8" )
8686git_override (
8787 module_name = "score_crates" ,
88- commit = "c56d8f4006ff1cfe5be532496225255c5ee6c2d6 " ,
88+ commit = "90539da0fd3e7e23e01f2b4de1679f7dfadd3b6b " ,
8989 remote = "https://github.com/eclipse-score/score-crates.git" ,
9090)
9191
@@ -125,13 +125,14 @@ python.toolchain(
125125 python_version = PYTHON_VERSION ,
126126)
127127
128- pip = use_extension ("@rules_python//python/extensions:pip.bzl" , "pip" , dev_dependency = True )
128+ # Python pip dependencies
129+ pip = use_extension ("@rules_python//python/extensions:pip.bzl" , "pip" )
129130pip .parse (
130- hub_name = "pip_score_venv_test " ,
131+ hub_name = "score_lifecycle_pip " ,
131132 python_version = PYTHON_VERSION ,
132- requirements_lock = "//tests/integration:requirements.lock " ,
133+ requirements_lock = "//:requirements_lock.txt " ,
133134)
134- use_repo (pip , "pip_score_venv_test " )
135+ use_repo (pip , "score_lifecycle_pip " )
135136
136137bazel_dep (name = "score_itf" , version = "0.1.0" , dev_dependency = True )
137138
@@ -142,7 +143,7 @@ oci.pull(
142143 tag = "bookworm" ,
143144 platforms = ["linux/amd64" ],
144145)
145- use_repo (oci , "linux_runtime" )
146+ use_repo (oci , "linux_runtime" , "linux_runtime_linux_amd64" )
146147
147148local_path_override (
148149 module_name = "score_itf" ,
0 commit comments