Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information