This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch fix/reproducibility-on-windows in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 59cc8bbeb2c653ab73de9c3c7f55206442310465 Author: Piotr P. Karwasz <pkarwasz-git...@apache.org> AuthorDate: Fri May 16 16:56:37 2025 +0200 Don't test reproducibility on Windows 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: