Commit a2eeb42
committed
Fix CI build failures across all platforms
- keyboard_example: drop the extern "C" wrapper around the capi
includes; the headers manage their own linkage and now contain
C++-only converter sections that must not get C linkage.
- shortcut_manager_linux: ::-qualify X11 Display/Window, which the
nativeapi forward declarations in id_allocator.h now shadow.
- Windows CI: stop pinning the Visual Studio 17 2022 generator the
runner image no longer ships; let CMake pick the installed one.
- Drop the codegen-check job: it cannot check out the private
libnativeapi/codegen repo with the default token.1 parent e6f1d85 commit a2eeb42
3 files changed
Lines changed: 6 additions & 29 deletions
File tree
- .github/workflows
- examples/keyboard_example
- src/platform/linux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 10 | | |
34 | 11 | | |
35 | 12 | | |
| |||
267 | 244 | | |
268 | 245 | | |
269 | 246 | | |
270 | | - | |
| 247 | + | |
271 | 248 | | |
272 | 249 | | |
273 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
0 commit comments