We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StdlibArtifacts.toml
1 parent 4fe2355 commit 53bb7b6Copy full SHA for 53bb7b6
Makefile
@@ -442,6 +442,7 @@ endif
442
# Download all stdlibs and include the tarball filenames in light-source-dist.tmp
443
@$(MAKE) -C stdlib getall NO_GIT=1
444
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
445
+ -ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
446
447
# Exclude git, github and CI config files
448
git ls-files | sed -E -e '/^\..+/d' -e '/\/\..+/d' -e '/appveyor.yml/d' >> light-source-dist.tmp
0 commit comments