Commit 9e7b560
ci(ada): pass -P modshells.gpr to gprbuild
The Ada (GNAT) workflow ran `gprbuild -j0 -p` with no project file. With
several .gpr/.cgpr files in the tree there is no default project, so
gprbuild exits 7 ("no project file specified and no default project file")
before compiling anything. Specify the project explicitly so the job
actually builds the (now-compiling) Ada sources.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c695770 commit 9e7b560
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
0 commit comments