Skip to content

Commit

Permalink
build uses udev native, no hwdb bin (favor usb-id)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Jun 22, 2024
1 parent 7885fcf commit 78b2923
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true, feature-flags: "--all-features" }
# only default as don't generate docs or hwdb
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true, feature-flags: "" }
# all ok as udev ignored on non-linux
- { os: ubuntu-latest, target: x86_64-pc-windows-gnu, use-cross: true, feature-flags: "--all-features" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: false, feature-flags: "--all-features" }
# specificy to avoid udevlib
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: false, feature-flags: "-F=cli_generate" }
# all ok as udev ignored on non-linux
- { os: macos-latest, target: universal-apple-darwin, use-cross: false, feature-flags: "--all-features" }
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 78b2923

Please sign in to comment.