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 13
13
export GPR_PROJECT_PATH=$prefix /share/gpr:\
14
14
$PWD /subprojects/VSS/gnat:\
15
15
$PWD /subprojects/gnatdoc/gnat:\
16
- $PWD /subprojects/gpr-unit-provider:\
17
16
$PWD /subprojects/libadalang-tools/src:\
18
17
$PWD /subprojects/spawn/gnat:\
19
18
$PWD /subprojects/stubs
Original file line number Diff line number Diff line change 86
86
with :
87
87
repository : AdaCore/gnatdoc
88
88
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
94
89
- uses : actions/cache@v2
95
90
with :
96
91
path : ./cached_gnat
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ LIBRARY_TYPE?=relocatable
25
25
26
26
# Build mode (dev or prod)
27
27
BUILD_MODE =dev
28
- GPR_UNIT_PROVIDER_BUILD =debug
29
28
30
29
# Whether to enable coverage (empty for no, any other value for yes)
31
30
COVERAGE =
51
50
EXE =
52
51
endif
53
52
54
- LIBRARY_FLAGS=-XGPR_UNIT_PROVIDER_BUILD =$(GPR_UNIT_PROVIDER_BUILD ) \
55
- -XBUILD_MODE=$(BUILD_MODE ) \
53
+ LIBRARY_FLAGS=-XBUILD_MODE =$(BUILD_MODE ) \
56
54
-XOS=$(OS ) \
57
55
-XLIBRARY_TYPE=$(LIBRARY_TYPE ) \
58
56
-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:
77
77
* The [ VSS] ( https://github.com/AdaCore/VSS ) library
78
78
* The [ gnatdoc] ( https://github.com/AdaCore/gnatdoc ) library
79
79
* The [ gpr] ( https://github.com/AdaCore/gpr ) library
80
- * The [ gpr-unit-provider] ( https://github.com/AdaCore/gpr-unit-provider ) library
81
80
* The a process [ spawn] ( https://github.com/AdaCore/spawn ) library
82
81
83
82
Project files of the libraries must be available via the ` GPR_PROJECT_PATH `
Original file line number Diff line number Diff line change 16
16
------------------------------------------------------------------------------
17
17
18
18
with "gpr2.gpr";
19
- with "gpr_unit_provider.gpr";
20
19
with "libadalang";
21
20
with "lal_tools.gpr";
22
21
with "ada_libfswatch.gpr";
You can’t perform that action at this time.
0 commit comments