Skip to content

Commit 4d02b76

Browse files
Merge pull request #45 from qorix-group/pawerutkaq_enable_qnx8
qnx8: enable CI
2 parents 558c5b5 + edc05e4 commit 4d02b76

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/build_qnx8.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
types: [checks_requested]
2020
jobs:
2121
qnx-build:
22-
if: false # temporarily disable QNX builds until we can address licensing issues
2322
uses: eclipse-score/cicd-workflows/.github/workflows/qnx-build.yml@main
2423
permissions:
2524
contents: read

src/kyron/BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,15 @@ rust_binary(
8888
visibility = ["//visibility:public"],
8989
deps = _EXAMPLE_DEPS,
9090
)
91+
92+
rust_binary(
93+
name = "main_macro",
94+
srcs = [
95+
"examples/main_macro.rs",
96+
],
97+
proc_macro_deps = [
98+
"//src/kyron-macros:runtime_macros",
99+
],
100+
visibility = ["//visibility:public"],
101+
deps = _EXAMPLE_DEPS,
102+
)

0 commit comments

Comments
 (0)