Commit 275b7d97 authored by Jason Madden's avatar Jason Madden

Python needs to read GEVENTSETUP_DISABLE_ARES so it needs to be exported.

parent 492e7f76
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment