Set OPENSSL_NO_ASM in win_arm64_msvc_compile Last blocker, I hope. Right now, to build with MSVC on arm64, you have to pass OPENSSL_NO_ASM, or we'll try to build gas assembly with MSVC's armasm64 assembler. I'm a little confused why CMake is detecting this as arm64asm as language ASM, but ah well. Looks like newer CMake supports this as ASM_MARMASM. But arm64asm uses a different syntax from gas, so supporting it will be tedious. Change-Id: I714fe2e47c167e6607d8e7763308b7762fed3f2f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/58045 Reviewed-by: Adam Langley <agl@google.com>
This branch contains configurations for BoringSSL's CI and CQ. To modify, edit main.star and then rerun ./main.star to regenerate the generated files.