1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

make-snapshot: clean autoconf caches for reproduceable packages

This commit is contained in:
Nobuyoshi Nakada 2020-11-22 10:49:02 +09:00
parent 5512de7603
commit 11cd9339a8
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -497,6 +497,7 @@ touch-unicode-files:
system(*%W"#{YACC} -o parse.c parse.y")
end
vcs.after_export(".") if exported
clean.concat(Dir.glob("ext/**/autom4te.cache"))
FileUtils.rm_rf(clean) unless $keep_temp
FileUtils.rm_rf(".downloaded-cache")
if File.exist?("gems/bundled_gems")