Skip to content

Commit

Permalink
Merge pull request #43399 from JuliaLang/sv-fix-source-dist
Browse files Browse the repository at this point in the history
[release-1.6] Backport "Unbreak source distribution tarball construction" for 1.6.5
  • Loading branch information
Sacha0 authored Dec 11, 2021
2 parents 5d28959 + a37f20f commit 78ba17b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ endif
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp

# Include all git-tracked filenames
git ls-files >> light-source-dist.tmp

# Include documentation filenames
find doc/_build/html >> light-source-dist.tmp

# Make tarball with only Julia code + stdlib tarballs
Expand Down

0 comments on commit 78ba17b

Please sign in to comment.