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 6d5f6750 fix docs build, disable for now
     new d8674adc Merge pull request #429 from atoulme/fix_docs_build
6d5f6750 is described below

commit 6d5f67501cdfa6f33929827dda03fe20ec6fac60
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Mon Jul 18 20:31:11 2022 -0700

    fix docs build, disable for now
---
 .github/workflows/{docs.yml => docs.yml.disable} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml.disable
similarity index 94%
rename from .github/workflows/docs.yml
rename to .github/workflows/docs.yml.disable
index 84e4ccbc..4534c817 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml.disable
@@ -1,5 +1,3 @@
-# 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
@@ -17,6 +15,8 @@
 # limitations under the License.
 #
 
+# FIXME: breaks with https://github.com/Kotlin/dokka/issues/2572
+
 name: docs
 
 on:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to