This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/qpid-site.git
commit f536ea27f5c9e98e6d71d7be2fd02b512f7245f4 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Nov 26 14:52:50 2024 +0000 add workaround for proton python docs, build before running make docs-py --- scripts/gen-proton-release-docs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gen-proton-release-docs b/scripts/gen-proton-release-docs index f28041eef..f1f88c738 100755 --- a/scripts/gen-proton-release-docs +++ b/scripts/gen-proton-release-docs @@ -170,6 +170,7 @@ build_dir = make_temp_dir() with working_dir(build_dir): call("cmake {}", source_dir) + call("make -j4") call("make docs-py") gen_proton_apis(release, source_dir, release_dir) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
