Skip to content

Commit 65a11e1

Browse files
committed
run a temp cleanup after the precompilation step (#43761)
Fixes #43702 (cherry picked from commit 9d05e7b)
1 parent fea2e84 commit 65a11e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/generate_precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ generate_precompile_statements()
417417

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

0 commit comments

Comments
 (0)