Skip to content

Commit 4237d42

Browse files
committed
lz4 cleanups
1 parent 1fbe3f4 commit 4237d42

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ libboost-devel
3535
libgrpc
3636
libprotobuf
3737
libutf8proc
38-
lz4
3938
lz4-c
4039
make
4140
meson

0 commit comments

Comments
 (0)