Skip to content

Commit b198245

Browse files
authored
Don't test reproducibility on Windows (apache#3668)
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 b198245

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)