Skip to content

Commit a3f6707

Browse files
committed
lz4 cleanups
1 parent c6349a6 commit a3f6707

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ jobs:
307307
PYTHON_CMD: "python"
308308
run: |
309309
call activate pyarrow-dev || exit /B 1
310+
conda list
310311
call "ci\scripts\python_build.bat" %cd% "%CONDA_PREFIX%"
311312
- name: Upload wheel
312313
if: always() # ensures this runs even on failure
@@ -318,9 +319,6 @@ jobs:
318319
shell: cmd
319320
env:
320321
PYTHON_CMD: "python"
321-
# TODO: Renaming lz4 library is a hack - see where the name gets mixed up
322322
run: |
323323
call activate pyarrow-dev
324-
move C:\miniforge\envs\pyarrow-dev\Library\bin\liblz4.dll C:\miniforge\envs\pyarrow-dev\Library\bin\lz4.dll
325-
move C:\miniforge\envs\pyarrow-dev\Library\lib\liblz4.lib C:\miniforge\envs\pyarrow-dev\Library\lib\lz4.lib
326324
call "ci\scripts\python_test.bat" %cd%

ci/conda_env_cpp.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ libboost-devel
3535
libgrpc
3636
libprotobuf
3737
libutf8proc
38-
lz4
39-
lz4-c
38+
lz4-c>=1.10.0
4039
make
4140
meson
4241
ninja

0 commit comments

Comments
 (0)