Skip to content

build: Re-enable openssl asm for arm64

Rodrigo Muino Tomonari requested to merge github/fork/vielmetti/patch-1 into master

Re-enable openssl asm for arm64.

In #23913 (closed) it looked like arm64 testing was flaky, and as a result a number of changes were made including disabling openssl asm for that architecture.

This PR is limited to re-enabling the one change to turn on openssl asm for arm64, in the hopes that either it works now, or that this specific change introduces a reproducible condition that shows up with testing.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading