Skip to content

Commit

Permalink
fix: don't use rust rpm profile (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Jan 7, 2024
1 parent 1b89896 commit a851d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anda/misc/system76-scheduler/system76-scheduler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ process priority.

%build
export EXECSNOOP_PATH=/usr/share/bcc/tools/execsnoop
%cargo_build
# We don't use our macro since one of the dependencies fails to build with our profile :/
%(echo "%{cargo_build}" | sed "s@--profile rpm@--profile release@g" | sed "s@-j @@")

%install
just rootdir=%buildroot sysconfdir=%_datadir install
Expand Down
1 change: 1 addition & 0 deletions anda/system/kernel-mt8183/source
Submodule source added at 849dc4

0 comments on commit a851d5c

Please sign in to comment.