Michael R. Crusoe
Michael R. Crusoe
whoops, I take that back, with the official docker packages I can reproduce your error. I suggest switching to podman :-)
I think it is the `netselect-apt` part isn't working. I'm testing without that now ``` diff diff --git a/docker/Dockerfile b/docker/Dockerfile index 70d91b77..d1f83a92 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,14 +7,6...
Yes, netselect is to blame: https://bugs.debian.org/1012313
> Is there an easy fix to not use it/work around it? I'll try podman, though. Remove the `netselect` lines as shown in https://github.com/simd-everywhere/simde/issues/1254#issuecomment-2568353683 ; that worked for me using...
> Okeday, needs a few tweaks... Let me know if you need help dealing with the compiler complaints :-)
@Syonyk The tests pass with the extra casts, but when I add `_mm_setcsr(0x3f80)` type testing, then a lot of functions start returning bad answers
@StarvingMarvin Yep! Or the names could be flattened; many processing options available
@stxue1 @DailyDreaming I rebased this now that #135 is merged and we have a proper CI again. Can you investigate the test failures?
@sim13pods Any thoughts on the `validate_json` failure?
> `expressionLib` is not required, it is optional: https://www.commonwl.org/v1.2/CommandLineTool.html#InlineJavascriptRequirement