Commit d387d33
committed
fix broken secondary URL in Update WORKSPACE
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.1 parent f4ae83a commit d387d33
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments