You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/24 09:35:26 UTC

[logging-log4j2] branch master updated: Skip `site` goal on Windows in CI

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new f92e9ac965 Skip `site` goal on Windows in CI
f92e9ac965 is described below

commit f92e9ac965b7fbf439c37fa30b34831de95e86cb
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 18 16:24:18 2023 +0100

    Skip `site` goal on Windows in CI
---
 .github/workflows/build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9265c30131..e45fee8bdd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -80,6 +80,8 @@ jobs:
             verify
 
       - name: Maven "site"
+        # FreeMarker integration of `log4j-changelog` is broken on Windows: https://github.com/apache/logging-log4j-tools/issues/19
+        if: runner.os != 'Windows'
         timeout-minutes: 10
         shell: bash
         run: |