Commit d337f1a
authored
Fix broken link for NetBSD 9.2 base source used by cross workaround (#575)
Recently NetBSD 9.2 source was archived affecting the `base.tar.xz` link
used by the `libexecinfo.so` **cross** workaround
(cross-rs/cross#1345).
This small patch prefers `NetBSD 9.3` as it is the latest `9.x`.
-
https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz
(broken)
-
https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.2/amd64/binary/sets/base.tar.xz
(archived)
-
https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/amd64/binary/sets/base.tar.xz
(new)
Additionally, I added a `-f, --fail` to curl to fail in case a `4xx` or
greater happens again.1 parent 5ac8d75 commit d337f1a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments