Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
enable_net: true
targets:
fedora-all-aarch64:
with_opts: [vendor]
without_opts: [vendor]
fedora-all-x86_64:
with_opts: [vendor]
without_opts: [vendor]

# Build main commits in samcday/fastboop-nightly COPR
- job: copr_build
Expand Down
6 changes: 3 additions & 3 deletions fastboop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ flashing or permanently modifying the device.
%else
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%{__cargo_to_rpm} --path cli/Cargo.toml buildrequires %{?with_check:--with-check}
%endif

%build
%cargo_build
%cargo_build -- -p fastboop-cli
%cargo_vendor_manifest
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
Expand All @@ -45,7 +45,7 @@ install -Dpm0755 target/rpm/fastboop-cli \

%if %{with check}
%check
%cargo_test
%cargo_test -- -p fastboop-cli
%endif

%files
Expand Down
Loading