mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
actions: revert win arm64 optimization attempt
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -293,11 +293,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd "${OPENSSL_SOURCE_PATH}"
|
cd "${OPENSSL_SOURCE_PATH}"
|
||||||
if ([ "$RUNNER_OS" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then
|
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
|
# https://github.com/openssl/openssl/issues/26239
|
||||||
# this can go away once a new win arm64 runner
|
export CFLAGS=-DNO_INTERLOCKEDOR64
|
||||||
# upgrades to this version already
|
|
||||||
choco install visualstudio2022enterprise --execution-timeout=0 --ignore-package-exit-codes
|
|
||||||
fi
|
fi
|
||||||
# --libdir=lib is needed so Python can find OpenSSL libraries
|
# --libdir=lib is needed so Python can find OpenSSL libraries
|
||||||
"${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" $OPENSSL_CONFIG_OPTS
|
"${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" $OPENSSL_CONFIG_OPTS
|
||||||
|
|||||||
Reference in New Issue
Block a user