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