Skip to content

Commit 0dd8d43

Browse files
authored
Move LazyArtifacts out of the mono-repo (#51549)
1 parent f2d1276 commit 0dd8d43

File tree

10 files changed

+11
-225
lines changed

10 files changed

+11
-225
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8355c253fadfc3f9222e05cb67845dd6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6d965199ed02446e694789a38f05249ff60ac00f8295fe32bf91a79cca34649829e38eaf46cc0b0b72ff2df7e184c2eaeb610600ebb5158251b331c61e9dfc5d

stdlib/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
/SparseArrays
2222
/SHA-*
2323
/SHA
24+
/LazyArtifacts-*
25+
/LazyArtifacts
2426
/*_jll/StdlibArtifacts.toml
2527
/*/Manifest.toml
2628
/*.image

stdlib/LazyArtifacts.version

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
LAZYARTIFACTS_BRANCH = main
2+
LAZYARTIFACTS_SHA1 = e9a36338d5d0dfa4b222f4e11b446cbb7ea5836c
3+
LAZYARTIFACTS_GIT_URL := https://github.com/JuliaPackaging/LazyArtifacts.jl.git
4+
LAZYARTIFACTS_TAR_URL = https://api.github.com/repos/JuliaPackaging/LazyArtifacts.jl/tarball/$1

stdlib/LazyArtifacts/Project.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

stdlib/LazyArtifacts/docs/src/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

stdlib/LazyArtifacts/src/LazyArtifacts.jl

Lines changed: 0 additions & 15 deletions
This file was deleted.

stdlib/LazyArtifacts/test/Artifacts.toml

Lines changed: 0 additions & 155 deletions
This file was deleted.

stdlib/LazyArtifacts/test/runtests.jl

Lines changed: 0 additions & 31 deletions
This file was deleted.

stdlib/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ $(foreach jll,$(JLLS),$(eval $(call download-artifacts-toml,$(jll))))
4141

4242

4343
STDLIBS = Artifacts Base64 CRC32c Dates Distributed FileWatching \
44-
Future InteractiveUtils LazyArtifacts Libdl LibGit2 LinearAlgebra Logging \
44+
Future InteractiveUtils Libdl LibGit2 LinearAlgebra Logging \
4545
Markdown Mmap Printf Profile Random REPL Serialization \
4646
SharedArrays Sockets Test TOML Unicode UUIDs \
4747
$(JLL_NAMES)
4848

49-
STDLIBS_EXT = Pkg Statistics LibCURL DelimitedFiles Downloads ArgTools Tar NetworkOptions SuiteSparse SparseArrays SHA
49+
STDLIBS_EXT = Pkg Statistics LazyArtifacts LibCURL DelimitedFiles Downloads ArgTools \
50+
Tar NetworkOptions SuiteSparse SparseArrays SHA
5051

5152
$(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))
5253

0 commit comments

Comments
 (0)