Commit 44f4974
authored
[cbuildgen] Disable incremental link in debug config (#2219)
With the new GH Runner Image for windows-2022
[20250921.44.1](https://github.com/actions/runner-images/releases/tag/win22%2F20250921.44)
the build of cbuildgen integration tests started to fail with an
[internal linker
error](https://github.com/Open-CMSIS-Pack/devtools/actions/runs/17992831402/job/51210581443):
```
LINK : fatal error LNK1000: unknown error at 00007FF745A8B899; consult documentation for technical support options
```
Proposed workaround: disable incremental linking because it tends to get
flaky on large graphs.1 parent ed5db98 commit 44f4974
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments