Commit 511d204
authored
Include cmake/ in cudaq realtime sparse checkout; fix test (#669)
cuda-quantum
([#4870](NVIDIA/cuda-quantum#4870)) made
realtime/unittests include cmake/modules/CUDAQGtestDiscovery.cmake from
the repo root, which the realtime-only sparse checkout in CI does not
fetch, breaking configure with "include could not find requested file".
Fetch cmake/ alongside realtime/ in both places that clone the realtime
sources.
---------
Signed-off-by: Ben Howe <bhowe@nvidia.com>1 parent b100547 commit 511d204
3 files changed
Lines changed: 5 additions & 3 deletions
File tree
- .github
- actions/build-lib
- workflows
- libs/qec/python/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
581 | 583 | | |
582 | 584 | | |
583 | 585 | | |
| |||
0 commit comments