Skip to content

Commit

Permalink
Python needs to read GEVENTSETUP_DISABLE_ARES so it needs to be expor…
Browse files Browse the repository at this point in the history
…ted.
  • Loading branch information
jamadden committed Oct 14, 2022
1 parent 492e7f7 commit 275b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releases/make-manylinux
Expand Up @@ -43,7 +43,7 @@ if [ "$DOCKER_IMAGE" == "quay.io/pypa/manylinux2014_aarch64" -a -n "$GITHUB_ACTI
OPTIMIZATION_FLAGS="-pipe -O1"
SLOW_BUILD=1
GEVENTTEST_SKIP_ALL=1
GEVENTSETUP_DISABLE_ARES=1
export GEVENTSETUP_DISABLE_ARES=1
else
echo "Compiling with -O3"
OPTIMIZATION_FLAGS="-pipe -O3"
Expand Down

0 comments on commit 275b7d9

Please sign in to comment.