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

fix: url to download bazel-skylib #64

Merged
merged 1 commit into from
Feb 12, 2023

Conversation

tetsuok
Copy link
Contributor

@tetsuok tetsuok commented Feb 12, 2023

This PR fixes the URL to download bazel-skylib. Currently, we get the warning something like:

$ bazel test //example/js:test
...
WARNING: Download from https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/1.1.1.tar.gz failed: class java.io.FileNotFoundException GET returned 404 Not Found

The correct form should be

https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/<VERSION>/bazel-skylib- <VERSION>.tar.gz

where VERSION is a version number.
(ref: https://github.com/bazelbuild/bazel-skylib/releases/tag/1.1.1)

@tetsuok tetsuok changed the title Fix URL to download bazel-skylib fix: url to download bazel-skylib Feb 12, 2023
@tetsuok tetsuok marked this pull request as ready for review February 12, 2023 04:31
@alexeagle alexeagle merged commit 06ce16f into bazel-contrib:main Feb 12, 2023
@tetsuok tetsuok deleted the fix-bazel-skylib-url branch February 12, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants