Skip to content

Commit e94a9e0

Browse files
Merge pull request #38 from qorix-group/pawelrutkaq_fix_qnx8
use consistent bazel platforms from score
2 parents 5009c7d + d405b0c commit e94a9e0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ common --registry=https://raw.githubusercontent.com/eclipse-score/bazel_registry
99
common --registry=https://bcr.bazel.build
1010
common --credential_helper=*.qnx.com=%workspace%/scripts/internal/qnx_creds.py
1111

12-
build:build_qnx8 --platforms=@score_toolchains_rust//platforms:aarch64-unknown-qnx8_0
12+
build:build_qnx8 --platforms=@score_bazel_platforms//:arm64-qnx8_0
1313
build:build_qnx8 --extra_toolchains=@toolchains_qnx_qcc//:qcc_aarch64
1414
build:build_qnx8 --extra_toolchains=@score_toolchains_rust//toolchains/aarch64-unknown-qnx8_0:toolchain_aarch64_qnx8_0
1515
build:build_qnx8 --extra_toolchains=@score_toolchains_rust//toolchains/x86_64-unknown-linux-gnu:toolchain_x86_64_linux

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
2626
bazel_dep(name = "platforms", version = "1.0.0")
2727

2828
# S-CORE process rules
29-
bazel_dep(name = "score_bazel_platforms", version = "0.0.2")
29+
bazel_dep(name = "score_bazel_platforms", version = "0.0.3")
3030
bazel_dep(name = "score_docs_as_code", version = "2.2.0")
3131
bazel_dep(name = "score_tooling", version = "1.0.4")
3232

@@ -36,7 +36,7 @@ bazel_dep(name = "score_virtualization", version = "0.0.1", dev_dependency = Tru
3636

3737
# Toolchains and extensions
3838
bazel_dep(name = "score_toolchains_gcc", version = "0.5", dev_dependency = True)
39-
bazel_dep(name = "score_toolchains_qnx", version = "0.0.5", dev_dependency = True)
39+
bazel_dep(name = "score_toolchains_qnx", version = "0.0.6", dev_dependency = True)
4040
bazel_dep(name = "rust_qnx8_toolchain", version = "1.2.0", dev_dependency = True)
4141
bazel_dep(name = "score_toolchains_rust", version = "0.1.1", dev_dependency = True)
4242

@@ -54,18 +54,18 @@ git_override(
5454
remote = "https://github.com/qorix-group/testing_tools.git",
5555
)
5656

57-
git_override(
58-
module_name = "score_toolchains_rust",
59-
commit = "6651945b4ba8e7c342d9740e9cb2d37842f56261",
60-
remote = "https://github.com/eclipse-score/toolchains_rust.git",
61-
)
62-
6357
git_override(
6458
module_name = "score_virtualization",
6559
commit = "99d3f153c43796b67a63e82aad1ede6a881aa6af",
6660
remote = "https://github.com/qorix-group/score_virtualization.git",
6761
)
6862

63+
git_override(
64+
module_name = "score_toolchains_rust",
65+
commit = "bcf8e5364f72cf136ec81960350a82e2b5c45449",
66+
remote = "https://github.com/eclipse-score/toolchains_rust.git",
67+
)
68+
6969
archive_override(
7070
module_name = "rust_qnx8_toolchain",
7171
strip_prefix = "qnx8",

0 commit comments

Comments
 (0)