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

nightly channels rebased #384

Closed
wants to merge 16 commits into from
Closed

nightly channels rebased #384

wants to merge 16 commits into from

Commits on Aug 15, 2022

  1. support nightly channels

    The way this works is that we mark which versions are nightly versions
    in the versions db during the build process and then special-case those
    when added as a channel or when updated. Right now, `juliaup update`
    will always download new nightly tarballs, which could potentially be
    wasteful if that's called again in quick succession, but I think for now
    that should be a reasonable solution.
    
    I have also gotten rid of a lot of code duplication in `build.rs`, which
    should make adding new platforms easier in the future. I hope I didn't
    miss anything there.
    
    Closes JuliaLang#96
    simeonschaub authored and visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    c36986f View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary code

    davidanthoff authored and visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ccfbefb View commit details
    Browse the repository at this point in the history
  3. fix

    simeonschaub authored and visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1b9e8dd View commit details
    Browse the repository at this point in the history
  4. remove unused functions

    visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bc36695 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c6ddc8 View commit details
    Browse the repository at this point in the history
  6. no mac aarch64 1.7.3 build

    visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1389a52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c34763 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cbd69d View commit details
    Browse the repository at this point in the history
  9. Use valid semver identifiers for available_versions

    From commit e3839d2
    visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a59e5c8 View commit details
    Browse the repository at this point in the history
  10. Add Julia 1.6.7

    (cherry picked from commit 475534b)
    davidanthoff authored and visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e18941f View commit details
    Browse the repository at this point in the history
  11. Add minor channels for prerelease

    (cherry picked from commit 12c85d5)
    davidanthoff authored and visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    393b41e View commit details
    Browse the repository at this point in the history
  12. Add Julia 1.8.0-rc4

    (cherry picked from commit b23cedc)
    davidanthoff authored and visr committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1154c74 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Add Julia 1.8.0

    (cherry picked from commit 861f107)
    davidanthoff authored and visr committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    da921d7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into night

    visr authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    137620b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge branch 'main' into night

    visr committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    32cb928 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Merge branch 'main' into night

    visr committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    cc2f488 View commit details
    Browse the repository at this point in the history