Skip to content

Commit

Permalink
Update cross NetBSD workaround to use NetBSD-9.3 since 9.2 was archived.
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 3, 2025
1 parent 4857a89 commit c7e2d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ passthrough = ["GITHUB_TOKEN"]
[target.x86_64-unknown-netbsd]
pre-build = [
"mkdir -p /tmp/netbsd",
"curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O",
"curl https://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O",
"tar -C /tmp/netbsd -xJf base.tar.xz",
"cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib",
"rm base.tar.xz",
Expand Down

0 comments on commit c7e2d1a

Please sign in to comment.