Skip to content

Commit

Permalink
Updated script path
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 25, 2023
1 parent 03619a9 commit 99e7796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions manylinux2014-wheel-build/build_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"

. wheels/multibuild/library_builders.sh
. wheels/config.sh

yum install -y devtoolset-9-gcc devtoolset-9-gcc-c++
pre_build

. .github/workflows/wheels-dependencies.sh
6 changes: 2 additions & 4 deletions manylinux_2_28-wheel-build/build_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"

. wheels/multibuild/library_builders.sh
. wheels/config.sh

dnf group install -y "Development Tools"
pre_build

. .github/workflows/wheels-dependencies.sh

0 comments on commit 99e7796

Please sign in to comment.