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

Update to 1.9.0? #246

Closed
1 task done
PallHaraldsson opened this issue May 18, 2023 · 9 comments
Closed
1 task done

Update to 1.9.0? #246

PallHaraldsson opened this issue May 18, 2023 · 9 comments
Labels

Comments

@PallHaraldsson
Copy link

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

I saw where in the repo and would make a PR, just not sure about the SHA.

Installed packages

?

Environment info

?
@mkitti
Copy link
Contributor

mkitti commented May 18, 2023

Can you submit a pull request to fix the patches?

@PallHaraldsson
Copy link
Author

PallHaraldsson commented May 18, 2023

I coundn't even find the older sha, not sure where to look, I didn't find 66602534f36dc7e096228369af57ed8f70b3b98600c51e3364a5d89a5f78ba34 here:

https://julialang.org/downloads/oldreleases/

@mkitti
Copy link
Contributor

mkitti commented May 19, 2023

We pull the source from https://github.com/JuliaLang/julia/releases/download/v1.8.5/julia-1.8.5-full.tar.gz and calculate the sha256 sum directly.

$ curl -L https://github.com/JuliaLang/julia/archive/refs/tags/v1.8.5.tar.gz 2>/dev/null | sha256sum
66602534f36dc7e096228369af57ed8f70b3b98600c51e3364a5d89a5f78ba34  -

We probably should be pulling the source from here though:
https://github.com/JuliaLang/julia/releases/download/v1.8.5/julia-1.8.5-full.tar.gz

@PallHaraldsson
Copy link
Author

PallHaraldsson commented May 19, 2023

#247 should fix this. Not what I used:

$ curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.0-linux-x86_64.tar.gz | sha256sum
00c614466ef9809c2eb23480e38d196a2c577fff2730c4f83d135b913d473359 -

Note, not same as for, so do not use SHA from that message:
$ curl -L https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.0-linux-x86_64-full.tar.gz

[..] The specified key does not exist.bin/linux/x64/1.9/julia-1.9.0-linux-x86_64-full.tar.gz [..]

@ngam
Copy link
Contributor

ngam commented May 19, 2023

Can you submit a pull request to fix the patches?

the patches are fixed #245

@PallHaraldsson
Copy link
Author

PallHaraldsson commented May 19, 2023

Hmm, missed that PR, that's still not merged. It has different SHA, I sill close my stuff.

@ngam
Copy link
Contributor

ngam commented May 19, 2023

You should look at the failures in the other PR. You’re also welcome to copy it and try to fix it

@ngam
Copy link
Contributor

ngam commented May 23, 2023

@conda-forge-admin, please rerender feedstock.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-webservice.

I just wanted to let you know that I started rerendering the recipe in #248.

@conda-forge-admin conda-forge-admin mentioned this issue May 23, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants