You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been having some trouble with setting up a JLL package in a private Github repository in my work's organisation.
I've been able to build and publish the package in a private Github repo, however once I go to actually instantiate it and re-download all the artifacts, I run into a 404 error, which I'm not sure about. I feel like this might potentially have something to do with Downloads.jl, but I'm not sure, since BinaryBuilder.jl was able to correctly push the Github artifacts?
Our organisation requires us to use SSH authentication rather than the usual HTTPS protocol, so not sure if that's contributing to it?
I can't share the codebase, but the error I encounter is something like:
Hi, I've been having some trouble with setting up a JLL package in a private Github repository in my work's organisation.
I've been able to build and publish the package in a private Github repo, however once I go to actually instantiate it and re-download all the artifacts, I run into a 404 error, which I'm not sure about. I feel like this might potentially have something to do with Downloads.jl, but I'm not sure, since BinaryBuilder.jl was able to correctly push the Github artifacts?
Our organisation requires us to use SSH authentication rather than the usual HTTPS protocol, so not sure if that's contributing to it?
I can't share the codebase, but the error I encounter is something like:
I double-checked that the artifact definitely exists in the github repo, and I'm also able to download it by hitting the Github API directly:
Any help/insights would be much appreciated! Thanks :)
The text was updated successfully, but these errors were encountered: