Brian Smith
Brian Smith
Closing due to inactivity.
@Dirreke Please: 1. Make a `mk/install-build-tools-unsupported.sh` that is in the same form of `mk/install-build-tools.sh`, which adds support for installing the csky toolchain on an Ubuntu system, starting from the state...
> Actually, I'm not sure if we should add this target to CI, because it's a Tier 3 target of rust and there's no prebuilt toolchain. We have to build...
> Or how about using `__WORDSIZE`? Based on https://bugs.chromium.org/p/nativeclient/issues/detail?id=1214, https://github.com/llvm/llvm-project/issues/48906, https://sourceware.org/bugzilla/show_bug.cgi?id=27574, and other things, I think `__WORDSIZE` isn't reliable. Also, it seems to be part of the sysroot, so it...
I don't have a problem with adding this, but I don't have cycles to do the work on it, so somebody would need to contribute it. * The format of...
In target.h, we have: ``` #elif defined(__riscv) && __SIZEOF_POINTER__ == 8 #define OPENSSL_64_BIT ``` So presumably we would also need to add the corresponding change for riscv32. The bigger issue,...
See https://github.com/briansmith/ring/pull/2042#issuecomment-2120898907 for an alternative approach.
Please check out PR #2082 to see if this works for you.
Closing this on the assumption that PR #2082 resolves this, at least if you're not using an old version of GCC>
It would be great if one of you could submit that patch as a PR, and it would be great if you could append mk/install-build-tools.sh and mk/cargo.sh and .github/actions/ci.yml to...