Skip to content

Commit

Permalink
Revert "Fix manylinux_2024 build"
Browse files Browse the repository at this point in the history
This reverts commit aea33a7.
  • Loading branch information
ret2libc committed Aug 2, 2023
1 parent aea33a7 commit 8356640
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ set -ex
pip3 install meson ninja meson-python build

if command -v apt; then
grep VERSION_CODENAME=stretch /etc/os-release >/dev/null 2>/dev/null
if [[ $? == 0 ]] ; then
# Required because manylinux_2_24 uses Debian Stretch and the repos are not available anymore
echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
echo "deb http://archive.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
echo "Acquire::Check-Valid-Until no;" > /etc/apt/apt.conf.d/99no-check-valid-until
fi
apt update && apt install --assume-yes libclang-dev clang llvm
elif command -v apk; then
apk update && apk add clang-dev
Expand Down

0 comments on commit 8356640

Please sign in to comment.