Luca Barbato

Results 392 comments of Luca Barbato

I tried and I'm getting: ``` rustc --crate-name ring --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=f8d4d4c0fee9bf79...

If you have a crate using a crate that uses ring, it would be quite a problem getting things going. (btw setting AR_wasm32_wasi to a sane value fixed the problem)

I'll investigate it, thank you :)

it is the normal behavior on mac

``` CC_x86_64-apple-darwin = None CC_x86_64_apple_darwin = None TARGET_CC = None CC = None CROSS_COMPILE = None CFLAGS_x86_64-apple-darwin = None CFLAGS_x86_64_apple_darwin = None ``` Set the C compiler either using the...

Did you try with smaller carrier board as well? (do a A+E M.2 carrier exists?)

`intercept-build make CC=intercept-cc` seems to do the trick in catalina.

On OpenRC with cgroup hybrid mode making the systemd group manually worked ``` mkdir -p /sys/fs/cgroup/systemd && mount -t cgroup cgroup -o none,name=systemd /sys/fs/cgroup/systemd ```