This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/main by this push:
new 2a1e25b disable doc build
new 799d3b3 Merge pull request #350 from atoulme/disable_docs_build
2a1e25b is described below
commit 2a1e25bcdb04c24e135568cacb45e20bad0a52fc
Author: Antoine Toulme <[email protected]>
AuthorDate: Fri Dec 17 00:14:14 2021 -0800
disable doc build
---
.github/workflows/{docs.yml => docs.yml.disabled} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml.disabled
similarity index 95%
rename from .github/workflows/docs.yml
rename to .github/workflows/docs.yml.disabled
index bc7c497..2b9e6fc 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml.disabled
@@ -1,3 +1,5 @@
+# FIXME docs build runs into OOMs. It will be fixed with the move to Java 17.
+
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]