From b905ab23af2d71363271e99e446e8fe0bfc77f7f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 2 Mar 2026 09:35:09 +1100 Subject: [PATCH] CI: add simd-checksum to expected-skipped on macOS and Cygwin 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 --- .github/workflows/cygwin-build.yml | 2 +- .github/workflows/macos-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cygwin-build.yml b/.github/workflows/cygwin-build.yml index 4b807a1f..4657ba4a 100644 --- a/.github/workflows/cygwin-build.yml +++ b/.github/workflows/cygwin-build.yml @@ -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 diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 5f89a632..729798f3 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -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