#18 Disable docs in flatpak builds
Merged 10 months ago by churchyard. Opened 10 months ago by yselkowitz.
rpms/ yselkowitz/python-jinja2 rawhide  into  rawhide

file modified
+1 -1
@@ -10,7 +10,7 @@ 

  

  # Enable building without docs to avoid a circular dependency between this

  # and python-sphinx:

- %if 0%{?rhel}

+ %if 0%{?rhel} || 0%{?flatpak}

  %bcond_with docs

  %else

  %bcond_without docs

As of F39, flatpak builds will not be able to manually override macros.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/252755b2378e4b0c8b1355daaf433df4

Pull-Request has been merged by churchyard

10 months ago
Metadata