We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb526f commit 8c8c089Copy full SHA for 8c8c089
1 file changed
utils/acquireOpenSSL.mjs
@@ -92,6 +92,8 @@ const buildDarwin = async (buildCwd, macOsDeploymentTarget) => {
92
"no-ssl2",
93
"no-ssl3",
94
"no-comp",
95
+ // disable tty ui since it fails a bunch of tests on GHA runners and we're just gonna link anyways
96
+ "no-ui-console",
97
// set install directory
98
`--prefix="${extractPath}"`,
99
`--openssldir="${extractPath}"`,
0 commit comments