Closed iMichka closed 6 years ago
This diff of rclone.rb
looks like it was run without ?keepold=1
, which would remove the macOS bottles. Is that the case?
Ok my bad, I was using keepold
instead of keep-old
... not sure why I have this typo and never noticed. Closing, not a bug.
Took me some time to find out what is going on here. Sometimes, the mac bottles get removed when I do a
brew pull --bottle
.This one is fine: https://github.com/Linuxbrew/homebrew-core/pull/8086 This one is not: https://github.com/Linuxbrew/homebrew-core/pull/8076
The difference is that I ran
http://bot.linuxbrew.sh/ci-upload/github.com/Linuxbrew/homebrew-core/pull/8076?keepold=1
on the second one, because the initial bottle upload failed.Comparing bottles commits: https://github.com/LinuxbrewTestBot/homebrew-core/compare/Linuxbrew:master...pr-8086.patch https://github.com/LinuxbrewTestBot/homebrew-core/compare/Linuxbrew:master...pr-8076.patch
shows the following diff for the second bottle (which is wrong):
This means something goes wrong when the bottle is being re-uploaded.
@sjackman Maybe you have an idea? I already had a hard time finding this out, maybe you can give me a hint at what I should look next.