Skip to content

Commit 10d04b1

Browse files
jonathan-conder-smlazarusA
authored andcommitted
Artfifacts: track Artifacts.toml by hash instead of mtime (JuliaLang#54426)
1 parent cc41b94 commit 10d04b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Artifacts/src/Artifacts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ macro artifact_str(name, platform=nothing)
693693
local artifact_dict = load_artifacts_toml(artifacts_toml)
694694

695695
# Invalidate calling .ji file if Artifacts.toml file changes
696-
Base.include_dependency(artifacts_toml)
696+
Base.include_dependency(artifacts_toml, track_content = true)
697697

698698
# Check if the user has provided `LazyArtifacts`, and thus supports lazy artifacts
699699
# If not, check to see if `Pkg` or `Pkg.Artifacts` has been imported.

0 commit comments

Comments
 (0)