Skip to content

Commit 546d51d

Browse files
committed
Merge branch 'topic/lsif-ada' into 'master'
Fix submission of LSIF artifact in GitLab CI See merge request eng/ide/ada_language_server!2078
2 parents b98d56b + aecf97b commit 546d51d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ lsif-ada:
284284
artifacts:
285285
reports:
286286
lsif: lsif.lsif
287-
# Also archive as a plain file for debugging purposes
288-
paths:
289-
- lsif.lsif
287+
288+
# The following also archives the LSIF dump as a plain file. This can be
289+
# useful for debugging issues in an MR, but it shouldn't be done in the
290+
# actual main branch job because it prevents GitLab from consuming the LSIF
291+
# data.
292+
#
293+
# See https://gitlab.com/gitlab-org/gitlab/-/issues/368395#note_1125694679
294+
# paths:
295+
# - lsif.lsif

0 commit comments

Comments
 (0)