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
|
||||
|
||||
Name: %{goname}
|
||||
Release: %autorelease
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Summary: A general purpose syntax highlighter in pure Go
|
||||
|
||||
License: MIT
|
||||
@ -52,8 +52,13 @@ install -m 0644 -vp %{gobuilddir}/src/github.com/alecthomas/chroma/v2/styles/* %
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%ifarch riscv64
|
||||
# lexers: panic: test timed out after 10m0s
|
||||
%gocheck -d lexers
|
||||
%else
|
||||
%gocheck
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user