-
Notifications
You must be signed in to change notification settings - Fork 15
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
Configure path to graalvm #397
Comments
@ayashjorden I'm not sure at first glance why this is failing, but I will look into it. I don't see anything wrong with what you are doing, except As for the download URL, it is valid, and so is the version tag. Bazel's mirror should be pulling from here: I get a 404 like you do. Bazel's mirror domain isn't used directly by
rules_graalvm/internal/graalvm_bindist_map.bzl Lines 631 to 640 in 13d4bd9
I know Bazel's mirror maps a lot of GitHub repositories, but I am not sure if GraalVM's releases are available via their mirror. |
Also, thanks for reporting, and sorry for the delay. Tag me at @sgammon to get a faster response :) tags show up in my mentions which aren't polluted by Dependabot. |
(I'll preface with that probably I'm doing something wrong. although I did read through the docs.)
Our Bazel builds are going through a proxy to fetch artifacts and I am hitting a 404 when rules_graalvm tries to download the CE 17.0.8:
It seems that
graalvm-community-jdk-17.0.8_macos-x64_bin.tar.gz
does not exist onmirror-bazel-build
:https://mirror.bazel.build/github.com/graalvm/graalvm-ce-builds/releases/download/jdk-17.0.8/graalvm-community-jdk-17.0.8_macos-x64_bin.tar.gz
Configuration
WORKSPACE.bazel
:BUILD.bazel
:Thanks!
The text was updated successfully, but these errors were encountered: