mirror of https://github.com/Hilbis/Hilbish
chore: remove debugging in spec
parent
9166bb4fb0
commit
37d8b944e9
|
@ -1,4 +1,6 @@
|
|||
%global _missing_build_ids_terminate_build 0
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: hilbish-git
|
||||
Version: {{{ git_dir_version }}}
|
||||
Release: 1%{?dist}
|
||||
|
@ -28,8 +30,7 @@ and aims to be infinitely configurable. If something isn't, open an issue!
|
|||
sed -i '\|/etc/shells|d' Taskfile.yaml
|
||||
|
||||
%build
|
||||
# We have to build with debug info for COPR
|
||||
go-task build GOFLAGS=" "
|
||||
go-task
|
||||
|
||||
%install
|
||||
go-task install PREFIX=%{buildroot}/usr BINDIR=%{buildroot}/%{_bindir}
|
||||
|
|
Loading…
Reference in New Issue