We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c4cbd commit d494123Copy full SHA for d494123
.evergreen.yml
@@ -64,6 +64,7 @@ functions:
64
# able to compile OpenSSL with assembly support,
65
# so we revert back to the slower version.
66
if [ "$OS" == "Windows_NT" ]; then
67
+ export PATH="/cygdrive/c/python/Python311/Scripts:/cygdrive/c/python/Python311:/cygdrive/c/Python311/Scripts:/cygdrive/c/Python311:$PATH"
68
export BOXEDNODE_CONFIGURE_ARGS='openssl-no-asm'
69
elif uname -a | grep -q 'Darwin.*x86_64'; then
70
export BOXEDNODE_CONFIGURE_ARGS='--openssl-no-asm'
0 commit comments