Skip to content

Commit

Permalink
ci(build): remove 'mount' feature from unsupported platforms
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 10, 2024
1 parent bb107be commit 0a94b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ jobs:
architecture: x86_64
binary-postfix: ""
use-cross: false
extra-features: mount
extra-features: false
- os: ubuntu-latest
os-name: linux
target: aarch64-unknown-linux-gnu
architecture: arm64
binary-postfix: ""
use-cross: true
extra-features: mount
extra-features: false
- os: ubuntu-latest
os-name: linux
target: i686-unknown-linux-gnu
architecture: i686
binary-postfix: ""
use-cross: true
extra-features: mount
extra-features: false
# TODO!: This needs a fix, linking `execinfo` fails
# - os: ubuntu-latest
# os-name: netbsd
Expand Down

0 comments on commit 0a94b02

Please sign in to comment.