Skip to content

Commit 53bb7b6

Browse files
Sacha0staticfloat
andcommitted
Source tarballs should contain StdlibArtifacts.toml files (#38962) (#38969)
Without this, our full source dist tarballs still try to download these. Co-authored-by: Elliot Saba <[email protected]>
1 parent 4fe2355 commit 53bb7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ endif
442442
# Download all stdlibs and include the tarball filenames in light-source-dist.tmp
443443
@$(MAKE) -C stdlib getall NO_GIT=1
444444
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
445+
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
445446

446447
# Exclude git, github and CI config files
447448
git ls-files | sed -E -e '/^\..+/d' -e '/\/\..+/d' -e '/appveyor.yml/d' >> light-source-dist.tmp

0 commit comments

Comments
 (0)