Skip to content
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

Merged
merged 2 commits into from
Sep 19, 2022

Commits on Sep 18, 2022

  1. [AutoBuild] Split log files into a separate tarball

    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.
    giordano committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    cc9e3fa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    1f8c487 View commit details
    Browse the repository at this point in the history