Skip to content

Conversation

@HarleyQeen
Copy link

This PR removes the invalid secondary mirror URL for the bazel-skylib v1.3.0 archive in the WORKSPACE file.

What was changed:
Removed the incorrect link:
https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.3.0.tar.gz which pointed to version 1.3.0 under the wrong tag (1.1.1), resulting in a 404 error.

Reason:
The second URL was malformed and caused Bazel to fail when trying to fetch the dependency via fallback.

This PR removes the invalid secondary mirror URL for the bazel-skylib v1.3.0 archive in the WORKSPACE file.

What was changed:
Removed the incorrect link:
https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.3.0.tar.gz
which pointed to version 1.3.0 under the wrong tag (1.1.1), resulting in a 404 error.

Reason:
The second URL was malformed and caused Bazel to fail when trying to fetch the dependency via fallback.

Testing:
Confirmed the updated URLs download successfully.

Verified bazel sync works without errors.
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.

1 participant