Skip to content

Commit

Permalink
ci: don't cover --features=fat_complete
Browse files Browse the repository at this point in the history
The feature will be removed soon.

Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Dec 26, 2024
1 parent 38f5fae commit 61fbe07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ jobs:
mkosi ssh /usr/share/libublk-rs/target/debug/examples/null add --foreground --oneshot -a
mkosi ssh /usr/share/libublk-rs/target/debug/examples/null add --foreground --oneshot -a -u
mkosi ssh echo "test --features=fat_complete"
mkosi ssh ls -l /usr/share/libublk-rs2/target/debug/deps/libublk*
mkosi ssh ls -l /usr/share/libublk-rs2/target/debug/deps/basic*
mkosi ssh ls -l /usr/share/libublk-rs2/target/debug/
mkosi ssh /usr/share/libublk-rs2/target/debug/test-libublk --nocapture
mkosi ssh /usr/share/libublk-rs2/target/debug/test-basic --nocapture
- name: "cleanup"
if: always()
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion ci/mkosi.build
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ install_rust_1_81_to_path $DESTDIR/root/
mkdir -p $DESTDIR/usr/share

create_libublk $SRCDIR $DESTDIR/usr/share/libublk-rs
create_libublk $SRCDIR $DESTDIR/usr/share/libublk-rs2 --features=fat_complete
#create_libublk $SRCDIR $DESTDIR/usr/share/libublk-rs2 --features=fat_complete

0 comments on commit 61fbe07

Please sign in to comment.