alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Bump openssl to 3.3.0 #237

Closed amousset closed 5 months ago

alexcrichton commented 7 months ago

I'm not sure how to parse the riscv error precisely, but that looks like we either need to upgrade the assembler/toolchain use to some new syntax or that we should disable the risc-v acceleration and switch it back to linux-generic (or w/e the generic non-asm target is called)

zh-jq-b commented 5 months ago

The test docker image is Ubuntu 18.04, how about use version 20.04 or 22.04?

The one used in openssl's cross compile CI test is ubuntu-latest.

alexcrichton commented 5 months ago

Yes usage of 18.04 typically just means it was added in 2018, it's fine to update images.

amousset commented 5 months ago

Thanks @zh-jq-b!