mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: netbsd nightly builds fail due to missing execinfo, so we don't build on it for now
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
907855bef1
commit
ae25e39bd5
13
.github/workflows/nightly.yml
vendored
13
.github/workflows/nightly.yml
vendored
@ -73,12 +73,13 @@ jobs:
|
||||
architecture: i686
|
||||
binary-postfix: ""
|
||||
use-cross: true
|
||||
- os: ubuntu-latest
|
||||
os-name: netbsd
|
||||
target: x86_64-unknown-netbsd
|
||||
architecture: x86_64
|
||||
binary-postfix: ""
|
||||
use-cross: true
|
||||
# TODO!: This needs a fix, linking `execinfo` fails
|
||||
# - os: ubuntu-latest
|
||||
# os-name: netbsd
|
||||
# target: x86_64-unknown-netbsd
|
||||
# architecture: x86_64
|
||||
# binary-postfix: ""
|
||||
# use-cross: true
|
||||
- os: ubuntu-latest
|
||||
os-name: linux
|
||||
target: armv7-unknown-linux-gnueabihf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user