Skip to content

Commit

Permalink
run a temp cleanup after the precompilation step (JuliaLang#43761)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jan 12, 2022
1 parent 0d89074 commit 9d05e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ generate_precompile_statements()

# As a last step in system image generation,
# remove some references to build time environment for a more reproducible build.
Base.Filesystem.temp_cleanup_purge(force=true)
@eval Base PROGRAM_FILE = ""
@eval Sys begin
BINDIR = ""
Expand Down

0 comments on commit 9d05e7b

Please sign in to comment.