11
0

remove check section

This commit is contained in:
Michal Vyskocil 2025-04-13 20:14:21 +02:00
parent 48a9b283c3
commit 2ac7a9d1c3
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 13 18:11:21 UTC 2025 - Michal Vyskocil <michal.vyskocil@gmail.com>
- delete check section, the lua-ls tests looks to be flaky on x86_64 too
-------------------------------------------------------------------
Wed Mar 26 20:37:12 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

View File

@ -59,12 +59,6 @@ install -d %{buildroot}%{_bindir}
sed -e 's#@LIBEXECDIR@#%{_libexecdir}#' %{SOURCE1} > %{buildroot}%{_bindir}/%{name}
chmod 0755 %{buildroot}%{_bindir}/%{name}
%ifarch x86_64
#tests are very flaky on non x86_64
%check
./3rd/luamake/luamake unit-test
%endif
%files
%license LICENSE
%doc README.md changelog.md README.suse-maint.md