Skip to content

Commit 99e2f65

Browse files
committed
switch to official qnx toolchain version
1 parent 3c52047 commit 99e2f65

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

qnx_qemu/MODULE.bazel

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,7 @@ use_repo(gcc, "gcc_toolchain", "gcc_toolchain_gcc")
6868
register_toolchains("@gcc_toolchain//:all")
6969

7070
# Configure target toolchain for QNX build.
71-
bazel_dep(name = "score_toolchains_qnx", version = "0.0.2")
72-
# NOTE: Currently we need to pick dedicated version of toolchains_qnx due to recent changes in the main branch.
73-
git_override(
74-
module_name = "score_toolchains_qnx",
75-
commit = "faa88ee7b26c82b23127b4493f140c15df4c7b8d",
76-
remote = "https://github.com/eclipse-score/toolchains_qnx.git",
77-
)
71+
bazel_dep(name = "score_toolchains_qnx", version = "0.0.3")
7872
toolchains_qnx = use_extension("@score_toolchains_qnx//:extensions.bzl", "toolchains_qnx")
7973
toolchains_qnx.sdp(
8074
sha256 = "f2e0cb21c6baddbcb65f6a70610ce498e7685de8ea2e0f1648f01b327f6bac63",

0 commit comments

Comments
 (0)