Skip to content

Commit a5d1d61

Browse files
bmwiedemannindygreg
authored andcommitted
global: adapt to zstd 1.5.7
All our code changes required to support the upgrade from 1.5.6. * Rust zstd upgraded to 1.5.7 to match C version. * Test output changes. * `zstd_errors.h` inclusion via `zstd.h` caused problems. * MUSL 1.1 compatibility issues (see previous commit).
1 parent cb8fc35 commit a5d1d61

14 files changed

Lines changed: 346 additions & 67 deletions

.github/workflows/sdist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- name: Build sdist
1818
run: |
19+
python -m pip install -r ci/requirements.txt
1920
python setup.py sdist
2021
2122
- name: Upload sdist

0 commit comments

Comments
 (0)