Skip to content

Commit 35cb55a

Browse files
committed
Fix constraint for x86_64-qnx platform
Fix constraint value for x86_64-qnx platform
1 parent ad0503a commit 35cb55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ platform(
4343
platform(
4444
name = "x86_64-qnx",
4545
constraint_values = [
46-
"@platforms//cpu:arm64",
46+
"@platforms//cpu:x86_64",
4747
"@platforms//os:qnx",
4848
],
4949
)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "score_bazel_platforms",
19-
version = "0.0.1",
19+
version = "0.0.2",
2020
compatibility_level = 0,
2121
)
2222

0 commit comments

Comments
 (0)