Compare commits
2 Commits
rawhide
...
main-riscv
Author | SHA1 | Date | |
---|---|---|---|
62a500d8e9 | |||
2e58fe4c32 |
@ -15,7 +15,7 @@ A general purpose syntax highlighter in pure Go.}
|
|||||||
lexers/README.md
|
lexers/README.md
|
||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Release: %autorelease
|
Release: %autorelease -e 0.riscv64
|
||||||
Summary: A general purpose syntax highlighter in pure Go
|
Summary: A general purpose syntax highlighter in pure Go
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -52,8 +52,13 @@ install -m 0644 -vp %{gobuilddir}/src/github.com/alecthomas/chroma/v2/styles/* %
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
|
%ifarch riscv64
|
||||||
|
# lexers: panic: test timed out after 10m0s
|
||||||
|
%gocheck -d lexers
|
||||||
|
%else
|
||||||
%gocheck
|
%gocheck
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user