Skip to content

Commit d8e492f

Browse files
committed
Update GitHub scripts to use lal-refactor repo
Also disable CI for PR, because it doesn't work for external PR for security reasons and we don't do internal PR on GitHub any more.
1 parent 721328f commit d8e492f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-binaries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fi
1818
export GPR_PROJECT_PATH=$prefix/share/gpr:\
1919
$PWD/subprojects/VSS/gnat:\
2020
$PWD/subprojects/gnatdoc/gnat:\
21+
$PWD/subprojects/lal-refactor/gnat:\
2122
$PWD/subprojects/libadalang-tools/src:\
2223
$PWD/subprojects/spawn/gnat:\
2324
$PWD/subprojects/stubs

.github/workflows/build-binaries.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
- edge
55
tags:
66
- 2*.*.*
7-
pull_request:
87
name: Build binaries
98
env:
109
DEFAULT_TAG: 23.0.999
@@ -71,6 +70,12 @@ jobs:
7170
repository: AdaCore/gnatdoc
7271
path: subprojects/gnatdoc
7372
ref: edge
73+
- name: Get LAL Refactor
74+
uses: actions/checkout@v3
75+
with:
76+
repository: AdaCore/lal-refactor
77+
path: subprojects/lal-refactor
78+
ref: edge
7479
- uses: actions/cache@v3
7580
with:
7681
path: ./cached_gnat

0 commit comments

Comments
 (0)