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