From f8103163f7eedd0146915262822cad5a715da5e7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 4 Nov 2022 01:27:40 +0000 Subject: [PATCH] CI: macOS does not have sha256sum --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2b6ec17c5..9091b416f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -240,7 +240,7 @@ task: folder: ~/Library/Caches/pip fingerprint_script: - echo $CIRRUS_TASK_NAME - - find contrib/deterministic-build/*.txt -type f -print0 | sort -z | xargs -0 sha256sum | sha256sum + - find contrib/deterministic-build/*.txt -type f -print0 | sort -z | xargs -0 shasum -a 256 | shasum -a 256 populate_script: mkdir -p ~/Library/Caches/pip install_script: - git fetch --all --tags