From c7a6ab536f3d1c8910404789b2cd956a357e95bd Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 16 May 2025 12:18:45 -0400 Subject: [PATCH] actions: revert win arm64 optimization attempt --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90afa984..b25f887d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -293,11 +293,8 @@ jobs: run: | cd "${OPENSSL_SOURCE_PATH}" if ([ "$RUNNER_OS" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then - # upgrade to VS 2022 17.14 to fix arm64 bug # https://github.com/openssl/openssl/issues/26239 - # this can go away once a new win arm64 runner - # upgrades to this version already - choco install visualstudio2022enterprise --execution-timeout=0 --ignore-package-exit-codes + export CFLAGS=-DNO_INTERLOCKEDOR64 fi # --libdir=lib is needed so Python can find OpenSSL libraries "${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" $OPENSSL_CONFIG_OPTS