Skip to content

Commit 01556a7

Browse files
Artfifacts: track Artifacts.toml by hash instead of mtime (#54426)
1 parent 262a288 commit 01556a7

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)