]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 14 Nov 2022 02:49:24 +0000 (21:49 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 02:49:24 +0000 (21:49 -0500)
commit1b91bdfda995fa21b3019a85e12a063f32cd62af
tree64cd2a6a5d63818a383b4d845cf60acdf38935b0
parent7b513af6c4b39b86f70b19fbd1a2dc72aa485d5c
parent32a31308138f7855a8171c241c431d2da1715084
Rollup merge of #103709 - cuviper:netbsd-9, r=pietroalbini

ci: Upgrade dist-x86_64-netbsd to NetBSD 9.0

This is another step in toolchain upgrades for LLVM 16, which will need at least GCC 7.1.

Our previous NetBSD 8.0 cross-toolchain used its system GCC 5.5. While there are newer versions available in pkgsrc, I could not get those working for cross-compilation. Upgrading to NetBSD 9.0 gets us GCC 7.4, which is sufficient for now.

This will affect the compatibility of the build we ship for `x86_64-unknown-netbsd`, but others may still build their own from source if that is needed. It is expected that NetBSD 8 will reach EOL soon anyway, approximately one month after 10 is released, but there is no firm date for that.