Skip to content

Commit

Permalink
Revert "try force rebuild instead"
Browse files Browse the repository at this point in the history
This reverts commit 85a8a78.
  • Loading branch information
ipmb committed Dec 13, 2023
1 parent 85a8a78 commit dae8709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
# tesing on emulated arm64 isn't supported for MacOS
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_SKIP: cp36-* pp*
CIBW_ENVIRONMENT: APPEND_VERSION=".post0" UWSGI_PROFILE=pyuwsginossl UWSGI_FORCE_REBUILD=1
CIBW_ENVIRONMENT: APPEND_VERSION=".post0" UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: "uwsgi --module foo --need-app --http :8080 || true"
CIBW_BEFORE_BUILD_MACOS: IS_MACOS=1 ./pre_build.sh
CIBW_BEFORE_BUILD_LINUX: ./pre_build.sh && (yum install -y zlib-devel || apk add zlib-dev)
CIBW_BEFORE_BUILD_MACOS: "find . -name '*.o' -delete && IS_MACOS=1 ./pre_build.sh"
CIBW_BEFORE_BUILD_LINUX: "find . -name '*.o' -delete && ./pre_build.sh && (yum install -y zlib-devel || apk add zlib-dev)"
CIBW_BUILD_VERBOSITY_LINUX: "3"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dae8709

Please sign in to comment.