Skip to content

Commit

Permalink
Source tarballs should contain StdlibArtifacts.toml files (#38962) (#…
Browse files Browse the repository at this point in the history
…38969)

Without this, our full source dist tarballs still try to download these.

Co-authored-by: Elliot Saba <[email protected]>
  • Loading branch information
Sacha0 and staticfloat committed Jan 15, 2021
1 parent 4fe2355 commit 53bb7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ endif
# Download all stdlibs and include the tarball filenames in light-source-dist.tmp
@$(MAKE) -C stdlib getall NO_GIT=1
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp

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

0 comments on commit 53bb7b6

Please sign in to comment.