CI: Add NetBSD target (#180)
* Remove the `sys-info` crate It offers much more features than we currently use. Additionally, it was preventing me to cross-compile for NetBSD. Since we were just using the `hostname()` function from the crate, I went ahead and stole it. * Add NetBSD target * Fix FreeBSD clippy warnings
This commit is contained in:
committed by
Thomas Schönauer
parent
41e2321b93
commit
22ed1ef50a
5
.github/workflows/check-and-lint.yaml
vendored
5
.github/workflows/check-and-lint.yaml
vendored
@@ -56,6 +56,11 @@ jobs:
|
||||
target_name: macOS
|
||||
os: macos-11
|
||||
|
||||
- target: x86_64-unknown-netbsd
|
||||
target_name: NetBSD
|
||||
use_cross: true
|
||||
os: ubuntu-20.04
|
||||
|
||||
- target: x86_64-pc-windows-msvc
|
||||
target_name: Windows
|
||||
os: windows-2019
|
||||
|
||||
Reference in New Issue
Block a user