Skip to content

Commit 3bbb022

Browse files
committed
Revert "UC15-036 Add gpr-unit-provider dependency"
This reverts commit 5f888a0.
1 parent 5f888a0 commit 3bbb022

File tree

5 files changed

+1
-11
lines changed

5 files changed

+1
-11
lines changed

.github/workflows/build-binaries.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ fi
1313
export 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

.github/workflows/build-binaries.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ jobs:
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

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ LIBRARY_TYPE?=relocatable
2525

2626
# Build mode (dev or prod)
2727
BUILD_MODE=dev
28-
GPR_UNIT_PROVIDER_BUILD=debug
2928

3029
# Whether to enable coverage (empty for no, any other value for yes)
3130
COVERAGE=
@@ -51,8 +50,7 @@ else
5150
EXE=
5251
endif
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) \

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8382
Project files of the libraries must be available via the `GPR_PROJECT_PATH`

gnat/lsp_server.gpr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
------------------------------------------------------------------------------
1717

1818
with "gpr2.gpr";
19-
with "gpr_unit_provider.gpr";
2019
with "libadalang";
2120
with "lal_tools.gpr";
2221
with "ada_libfswatch.gpr";

0 commit comments

Comments
 (0)