forked from pool/lua-language-server
remove check section
This commit is contained in:
parent
48a9b283c3
commit
2ac7a9d1c3
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user