Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 7b60bcfe05
Disable HTML docs on riscv64 for now
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-05-10 12:26:36 +03:00
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Build HTML docs from markdown using pandoc?
%ifnarch riscv64
%bcond_without html_docs
%else
%bcond_with html_docs
%endif
# Normally, treating warnings as errors is too strict for downstream builds.
# Its nice to be able to turn it on, though.
%bcond_with werror
@ -32,7 +36,7 @@ Name: gn
%global shortcommit %(echo '%{commit}' | cut -b -12)
%global position 2084
Version: %{position}^%{access}git%{shortcommit}
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: Meta-build system that generates build files for Ninja
# The entire source is BSD-3-Clause, except: