Skip to content

Commit 59cc8bb

Browse files
committed
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.
1 parent dc6c53a commit 59cc8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }}
8484
# Encode the `runs-on` input as JSON array
85-
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
85+
runs-on: '["ubuntu-latest", "macos-latest"]'
8686

8787
# Run integration-tests automatically after a snapshot or RC is published
8888
integration-test:

0 commit comments

Comments
 (0)