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 56ff40f commit 206c806Copy full SHA for 206c806
.evergreen.yml
@@ -64,7 +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"
+ export PATH="/cygdrive/c/python/Python310/Scripts:/cygdrive/c/python/Python310:/cygdrive/c/Python310/Scripts:/cygdrive/c/Python310:$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