SHA256
1
0
forked from pool/helix

Accepting request 983704 from editors

debuginfo generation reenabled

OBS-URL: https://build.opensuse.org/request/show/983704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helix?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-06-19 19:11:28 +00:00 committed by Git OBS Bridge
commit 9c50211185
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 19 14:19:51 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- remove disabling of debuginfo generation
-------------------------------------------------------------------
Mon May 30 23:06:18 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -48,9 +48,6 @@ export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build
%install
# Debug info for helix's runtime grammars is not needed nor make sense
%global __debug_install_post %{nil}
%global debug_package %{nil}
mkdir -p %{buildroot}%{_libdir}/%{name}
mkdir -p %{buildroot}%{_helix_runtimedir}
@ -64,9 +61,6 @@ ln -sv %{_helix_runtimedir} %{buildroot}%{_libdir}/%{name}/runtime
install -D -d -m 0755 %{buildroot}%{_bindir}
ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name}
# HACK for disabling debuginfo?
touch %{_builddir}/%{name}/debugsourcefiles.list
%files
%license LICENSE
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md