Skip to content

Commit

Permalink
ci: netbsd nightly builds fail due to missing execinfo, so we don't b…
Browse files Browse the repository at this point in the history
…uild on it for now

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Dec 2, 2023
1 parent 17de753 commit a453262
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,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
Expand Down

0 comments on commit a453262

Please sign in to comment.