Skip to content

Commit 41f6dfa

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). * We added usage of `packaging.tags`, which required adding a build dependency. Closes #255.
1 parent cb8fc35 commit 41f6dfa

15 files changed

+346
-66
lines changed

.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)