Skip to content

Commit

Permalink
unset SETUPTOOLS_USE_DISTUTILS in clangarm64
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Nov 10, 2024
1 parent 0175544 commit 5e3033c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packaging/docker-compose-msys2-clangarm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
command: >
wine-arm64 cmd /c "cd /src/dist &&
set PATH=/clangarm64/bin;%PATH% &&
set SETUPTOOLS_USE_DISTUTILS=stdlib &&
dir *.whl /b > requirements.txt &&
python -m pip install -r requirements.txt --no-deps &&
cd ../packaging &&
Expand Down

0 comments on commit 5e3033c

Please sign in to comment.