Skip to content

Commit

Permalink
Artfifacts: track Artifacts.toml by hash instead of mtime (#54426)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-conder-sm committed May 10, 2024
1 parent 262a288 commit 01556a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Artifacts/src/Artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ macro artifact_str(name, platform=nothing)
local artifact_dict = load_artifacts_toml(artifacts_toml)

# Invalidate calling .ji file if Artifacts.toml file changes
Base.include_dependency(artifacts_toml)
Base.include_dependency(artifacts_toml, track_content = true)

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

0 comments on commit 01556a7

Please sign in to comment.