Skip to content

Commit 8c8c089

Browse files
committed
disable ui on macos
1 parent 4fb526f commit 8c8c089

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

utils/acquireOpenSSL.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ const buildDarwin = async (buildCwd, macOsDeploymentTarget) => {
9292
"no-ssl2",
9393
"no-ssl3",
9494
"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",
9597
// set install directory
9698
`--prefix="${extractPath}"`,
9799
`--openssldir="${extractPath}"`,

0 commit comments

Comments
 (0)