Skip to content

Commit 9e7b560

Browse files
hyperpolymathclaude
andcommitted
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

File tree

.github/workflows/ada.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
sudo apt-get install gnat gprbuild
2828
2929
- name: Build
30-
run: gprbuild -j0 -p
30+
run: gprbuild -j0 -p -P modshells.gpr

0 commit comments

Comments
 (0)