Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jan 9, 2024
1 parent 46755c8 commit 18a6d01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
with:
submodules: true

- name: Debug patch
run: patch -d uwsgi -p1 < uwsgi-version-debug.txt

- name: Patch packaging
run: ./patch-uwsgi-packaging.sh uwsgi

Expand Down Expand Up @@ -85,10 +82,9 @@ jobs:
# CIBW_TEST_SKIP: "*-macosx_arm64"
CIBW_SKIP: cp36-* pp*
CIBW_ENVIRONMENT: APPEND_VERSION=".post0" UWSGI_PROFILE=pyuwsginossl
CIBW_TEST_COMMAND: "uwsgi --module foo --need-app --http :8080 || true"
CIBW_TEST_COMMAND: "uwsgi --help"
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
with:
Expand Down
23 changes: 0 additions & 23 deletions uwsgi-version-debug.txt

This file was deleted.

0 comments on commit 18a6d01

Please sign in to comment.