]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
CI: add simd-checksum to expected-skipped on macOS and Cygwin master
authorAndrew Tridgell <andrew@tridgell.net>
Sun, 1 Mar 2026 22:35:09 +0000 (09:35 +1100)
committerAndrew Tridgell <andrew@tridgell.net>
Sun, 1 Mar 2026 22:52:01 +0000 (09:52 +1100)
The new simd-checksum test is skipped on platforms where SIMD
instructions are unavailable (macOS ARM, Cygwin). Add it to the
RSYNC_EXPECT_SKIPPED lists so CI doesn't fail on the mismatch.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
.github/workflows/cygwin-build.yml
.github/workflows/macos-build.yml

index 4b807a1fb4be595a5d5acdb3d8fb89c017adc428..4657ba4a6653726de4bb16dd26f82fe8c289a335 100644 (file)
@@ -39,7 +39,7 @@ jobs:
     - name: info
       run: bash -c '/usr/local/bin/rsync --version'
     - name: check
-      run: bash -c 'RSYNC_EXPECT_SKIPPED=acls-default,acls,chown,devices,dir-sgid,open-noatime,protected-regular make check'
+      run: bash -c 'RSYNC_EXPECT_SKIPPED=acls-default,acls,chown,devices,dir-sgid,open-noatime,protected-regular,simd-checksum make check'
     - name: ssl file list
       run: bash -c 'PATH="/usr/local/bin:$PATH" rsync-ssl --no-motd download.samba.org::rsyncftp/ || true'
     - name: save artifact
index 5f89a63247889cf4010e0625e9a21d9817398240..729798f3834d9392fb31b5914bdf8bc75bbd226a 100644 (file)
@@ -41,7 +41,7 @@ jobs:
     - name: info
       run: rsync --version
     - name: check
-      run: sudo RSYNC_EXPECT_SKIPPED=acls-default,chmod-temp-dir,chown-fake,devices-fake,dir-sgid,open-noatime,protected-regular,xattrs-hlink,xattrs make check
+      run: sudo RSYNC_EXPECT_SKIPPED=acls-default,chmod-temp-dir,chown-fake,devices-fake,dir-sgid,open-noatime,protected-regular,simd-checksum,xattrs-hlink,xattrs make check
     - name: ssl file list
       run: rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
     - name: save artifact