File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -477,24 +477,12 @@ task:
477
477
make \
478
478
meson \
479
479
openldap \
480
- openssl@3 \
480
+ openssl \
481
481
python \
482
482
tcl-tk \
483
483
zstd
484
484
485
485
brew cleanup -s # to reduce cache size
486
-
487
- # brew cleanup removes the empty certs directory in OPENSSLDIR, causing
488
- # OpenSSL to report unexpected errors ("unregistered scheme") during
489
- # verification failures. Put it back for now as a workaround.
490
- #
491
- # https://github.com/orgs/Homebrew/discussions/4030
492
- #
493
- # Note that $(brew --prefix openssl) will give us the opt/ prefix but not
494
- # the etc/ prefix, so we hardcode the full path here. openssl@3 is pinned
495
- # above to try to minimize the chances of this changing beneath us, but it's
496
- # brittle...
497
- mkdir -p "/opt/homebrew/etc/openssl@3/certs"
498
486
upload_caches : homebrew
499
487
500
488
ccache_cache :
You can’t perform that action at this time.
0 commit comments