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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new b1982459e6 Don't test reproducibility on Windows (#3668)
b1982459e6 is described below

commit b1982459e6ce379178752b1a0797efbe64168757
Author: Piotr P. Karwasz <pkarwasz-git...@apache.org>
AuthorDate: Fri May 16 22:38:13 2025 +0200

    Don't test reproducibility on Windows (#3668)
    
    Due to CRLF vs. LF differences, artifacts generated on Linux cannot easily 
be reproduced on Windows.
    
    We disable the reproducibility test on Windows.
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e9c52a05d7..5fde2a0851 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -82,7 +82,7 @@ jobs:
     with:
       nexus-url: ${{ needs.deploy-release.result == 'success' && 
needs.deploy-release.outputs.nexus-url || 
'https://repository.apache.org/content/groups/snapshots' }}
       # Encode the `runs-on` input as JSON array
-      runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
+      runs-on: '["ubuntu-latest", "macos-latest"]'
 
   # Run integration-tests automatically after a snapshot or RC is published
   integration-test:

Reply via email to