David Anthoff
David Anthoff
It would all be manual tests. This is the kind of thing where it is very easy to get it right for 90% of systems/users (and that includes the systems...
We don't keep track anywhere which depots were ever managed by Juliaup, though...
Maybe we need to add a command line argument for the shell script that allows one to specify a temporary location where the `juliainstaller` should be put? In a case...
Full error log from that file is ``` name = 'Juliainstaller' operating_system = 'unix:OSX' crate_version = '1.8.16' explanation = ''' Panic occurred in file 'src/operations.rs' at line 749 ''' cause...
At the moment we rely on the security properties of `https` for these kind of concerns. I don't see how we can improve security by layering additional protocols on top...
For now I'm applying the won't fix label. In my mind relying on https is pretty standard and I just don't see that any homegrown solution would be better. Even...
Do you have any more info what happened? Precise error messages or something like that?
And also probably https://github.com/JuliaLang/juliaup/issues/561.
> It is unable to detect that my laptop has GNU Lib C installed. That shouldn't matter, we now always install the `musl` version of Juliaup. To me this just...
Can you download `https://julialang-s3.julialang.org/juliaup/bin/juliainstaller-1.8.16-x86_64-unknown-linux-musl` to a location in `/tmp` with `curl`? That seems to not work here..