From: Peter Pentchev Date: Fri, 15 Apr 2022 07:44:41 +0000 (+0300) Subject: Let the tests also pass with libzstd-1.4.10. X-Git-Tag: archive/raspbian/1.2.3+ds1-2+rpi1^2~8^2~1^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2bdf8a77c151b8f50fe844f91ec68464b5a090d;p=zchunk.git Let the tests also pass with libzstd-1.4.10. --- diff --git a/test/meson.build b/test/meson.build index 7c05b53..201dd2c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -250,6 +250,9 @@ if build_machine.endian() != 'big' if zstd_dep.found() and zstd_dep.version().version_compare('<=1.5.0') check_sha = '4f07f865bb15624cf854aa369e14a3538ad9e9bf98e233036d37d2568e60b7cc' endif + if zstd_dep.found() and zstd_dep.version().version_compare('<=1.4.10') + check_sha = 'c8c14ae369c341753e634b94fe1d071d3551f2b69469c2196e6dc657d613b975' + endif if zstd_dep.found() and zstd_dep.version().version_compare('<=1.4.9') check_sha = 'eff3098803ba80f0c446d49f48188f89167d7f29cdc8a98c19f0ecfb4e2ee3c9' endif