Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 39s
8 lines
134 B
Bash
8 lines
134 B
Bash
#!/bin/sh -l
|
|
|
|
dnf -y install rpmdevtools
|
|
rpmdev-setuptree
|
|
|
|
rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
|
|
rpmbuild --nodebuginfo --bb $1
|