diff --git a/.github/workflows/build_qnx8.yml b/.github/workflows/build_qnx8.yml index fbadd94..869c34f 100644 --- a/.github/workflows/build_qnx8.yml +++ b/.github/workflows/build_qnx8.yml @@ -19,6 +19,7 @@ on: types: [checks_requested] jobs: qnx-build: + if: false uses: eclipse-score/cicd-workflows/.github/workflows/qnx-build.yml@main permissions: contents: read diff --git a/MODULE.bazel b/MODULE.bazel index 26423b3..5b2886b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -12,7 +12,7 @@ # ******************************************************************************* module( name = "score_orchestrator", - version = "0.0.3", + version = "0.0.4", compatibility_level = 0, ) @@ -30,7 +30,7 @@ bazel_dep(name = "score_bazel_platforms", version = "0.0.3") bazel_dep(name = "score_docs_as_code", version = "2.2.0") bazel_dep(name = "score_tooling", version = "1.0.4") -bazel_dep(name = "score_process", version = "1.2.1", dev_dependency = True) +bazel_dep(name = "score_process", version = "1.4.0", dev_dependency = True) bazel_dep(name = "score_platform", version = "0.4.2", dev_dependency = True) # This is main score repo bazel_dep(name = "score_virtualization", version = "0.0.1", dev_dependency = True) @@ -119,8 +119,3 @@ use_repo(toolchains_qnx, "toolchains_qnx_ifs") # Module deps bazel_dep(name = "score_crates", version = "0.0.5") bazel_dep(name = "score_kyron", version = "0.0.3") -git_override( - module_name = "score_kyron", - commit = "85d8045d0cb8b2e8252dcf06ee17788dc4f52c36", - remote = "https://github.com/eclipse-score/kyron.git", -)