-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoBuild] Split log files into a separate tarball #1229
Conversation
Long term plan is still to do JuliaPackaging#778, but that's a lot of work, and we have little time at the moment. Simply splitting the logs into a separate tarball, instead, is a simpler short-term solution which has some very important bonuses: - the git tree hash of the main tarball should be reproducible (as long as you use the same toolchain) - which means we can start testing reproducibility of builds - rebuilding a package without changing its content won't create a new artifact: less strain on the Package Storage Server.
Uhm, the failure
looks unrelated to the changes to this package in this PR, but maybe some other upstream changes in BBB broke it (but we haven't seen any widespread breakage). I'll have to dig into this. Edit: I did a first round of investigation and I found it's precisely the change to |
Long term plan is still to do #778, but that's a lot of work, and we have little time at the moment. Simply splitting the logs into a separate tarball, instead, is a simpler short-term solution which has some very important bonuses:
I still need to do tests about deployment on Yggdrasil though (Edit: see JuliaPackaging/Yggdrasil#5526).