File tree Expand file tree Collapse file tree 5 files changed +1
-11
lines changed Expand file tree Collapse file tree 5 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1313export GPR_PROJECT_PATH=$prefix /share/gpr:\
1414$PWD /subprojects/VSS/gnat:\
1515$PWD /subprojects/gnatdoc/gnat:\
16- $PWD /subprojects/gpr-unit-provider:\
1716$PWD /subprojects/libadalang-tools/src:\
1817$PWD /subprojects/spawn/gnat:\
1918$PWD /subprojects/stubs
Original file line number Diff line number Diff line change 8686 with :
8787 repository : AdaCore/gnatdoc
8888 path : subprojects/gnatdoc
89- - name : Get gpr-unit-provider
90- uses : actions/checkout@v2
91- with :
92- repository : AdaCore/gpr-unit-provider
93- path : subprojects/gpr-unit-provider
9489 - uses : actions/cache@v2
9590 with :
9691 path : ./cached_gnat
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ LIBRARY_TYPE?=relocatable
2525
2626# Build mode (dev or prod)
2727BUILD_MODE =dev
28- GPR_UNIT_PROVIDER_BUILD =debug
2928
3029# Whether to enable coverage (empty for no, any other value for yes)
3130COVERAGE =
5150 EXE =
5251endif
5352
54- LIBRARY_FLAGS=-XGPR_UNIT_PROVIDER_BUILD =$(GPR_UNIT_PROVIDER_BUILD ) \
55- -XBUILD_MODE=$(BUILD_MODE ) \
53+ LIBRARY_FLAGS=-XBUILD_MODE =$(BUILD_MODE ) \
5654 -XOS=$(OS ) \
5755 -XLIBRARY_TYPE=$(LIBRARY_TYPE ) \
5856 -XXMLADA_BUILD=$(LIBRARY_TYPE ) \
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ To build the language server you need:
7777* The [ VSS] ( https://github.com/AdaCore/VSS ) library
7878* The [ gnatdoc] ( https://github.com/AdaCore/gnatdoc ) library
7979* The [ gpr] ( https://github.com/AdaCore/gpr ) library
80- * The [ gpr-unit-provider] ( https://github.com/AdaCore/gpr-unit-provider ) library
8180* The a process [ spawn] ( https://github.com/AdaCore/spawn ) library
8281
8382Project files of the libraries must be available via the ` GPR_PROJECT_PATH `
Original file line number Diff line number Diff line change 1616------------------------------------------------------------------------------
1717
1818with "gpr2.gpr";
19- with "gpr_unit_provider.gpr";
2019with "libadalang";
2120with "lal_tools.gpr";
2221with "ada_libfswatch.gpr";
You can’t perform that action at this time.
0 commit comments