Disable HTML docs on riscv64 for now

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-05-10 12:26:36 +03:00
parent 4b0a180b6a
commit 7b60bcfe05
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
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: