Skip to content

Commit

Permalink
avoid libffi broken default make target
Browse files Browse the repository at this point in the history
* something's changed in the latest manylinux containers that broke the default `make` target for libffi- `make install` seems to work fine.
  • Loading branch information
nitzmahone committed Aug 5, 2024
1 parent 16b143d commit 739e2d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ jobs:
((command -v apk && apk add libtool) || true) && \
./autogen.sh && \
./configure --without-gcc-arch --disable-docs --with-pic --enable-shared=no && \
make && \
make install
CIBW_ENVIRONMENT_PASS_LINUX: CFLAGS # ensure that the build container can see our overridden build config
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_img || '' }}
Expand Down

0 comments on commit 739e2d2

Please sign in to comment.