Browse Source
CI: macOS *still* does not have sha256sum :(
patch-4
SomberNight
2 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
.cirrus.yml
|
@ -244,7 +244,7 @@ task: |
|
|
fingerprint_script: |
|
|
fingerprint_script: |
|
|
- echo $CIRRUS_TASK_NAME |
|
|
- echo $CIRRUS_TASK_NAME |
|
|
- find contrib/deterministic-build/*.txt -type f -print0 | sort -z | xargs -0 shasum -a 256 | shasum -a 256 |
|
|
- find contrib/deterministic-build/*.txt -type f -print0 | sort -z | xargs -0 shasum -a 256 | shasum -a 256 |
|
|
- find contrib/osx/ -type f -print0 | sort -z | xargs -0 sha256sum | sha256sum |
|
|
- find contrib/osx/ -type f -print0 | sort -z | xargs -0 shasum -a 256 | shasum -a 256 |
|
|
populate_script: mkdir -p ~/Library/Caches/pip |
|
|
populate_script: mkdir -p ~/Library/Caches/pip |
|
|
install_script: |
|
|
install_script: |
|
|
- git fetch --all --tags |
|
|
- git fetch --all --tags |
|
|