Skip to content

Commit dcbc798

Browse files
committed
Merge branch 'topic/drop_vss' into 'master'
Drop VSS from GitHub CI scripts See merge request eng/ide/ada_language_server!1495
2 parents 05f31b2 + e513ba3 commit dcbc798

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-binaries.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ fi
3333

3434
export GPR_PROJECT_PATH=$prefix/share/gpr:\
3535
$prefix/$TARGET/share/gpr:\
36-
$PWD/subprojects/VSS/gnat:\
3736
$PWD/subprojects/gnatdoc/gnat:\
3837
$PWD/subprojects/lal-refactor/gnat:\
3938
$PWD/subprojects/libadalang-tools/src:\

.github/workflows/build-binaries.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ jobs:
7575
uses: actions/checkout@v3
7676
with:
7777
fetch-depth: 0
78-
- name: Get VSS
79-
uses: actions/checkout@v3
80-
with:
81-
repository: AdaCore/VSS
82-
path: subprojects/VSS
8378
- name: Get Spawn
8479
uses: actions/checkout@v3
8580
with:

0 commit comments

Comments
 (0)