-
gitomat[illumos-gate] 17762 sfxge: variable dereferenced before check -- Toomas Soome <tsoome⊙mc>
-
Smithx10Cross Compiling to illumos would be <3
-
jbki mean, i think you _should_ be able to do it with rust (though maybe we need something for ld)
-
jbkwe do it all the time for go (so devs can just build on their laptop)
-
andyfThe illumos rust distribution /is/ cross compiled (from linux I believe)
-
toastersonThe rust cross project provides a cross compile to illumos tool.
-
toasterson
-
jbki think the big thing with the RFC is that we've added a bunch of stuff since it was made, and AFAIK rust has no way to discover or deal with that
-
toastersonExactly. There was even a Bug recently open with people wanting to enable some C API and use it but couldn't because the sysroot was that old
-
jbkso every so often we're in effect updating what the oldest version of illumos you can use with rust
-
jbkbut still trying to pick something that isn't so new that it becomes a pain
-
toastersonAFAIK yes
-
Smithx10Yeah, I was hoping with that sysroot ipd that x-compile with zig would work which would help with x-compile with golang
-
jbki've not looked at zig, but presumably if it can utilize a sysroot like rust or go, it should be able to
-
jbk(obviously it'll need some support on the zig side -- not sure what's been done there if anything)
-
jbkhopefully it's not the insanely tedious whack-a-mole like it was with rust
-
richlowerpz was at least playing with zig
-
gitomat[illumos-gate] 17810 nvme_submit_io_cmd() should block rather than fail on saturation -- Bryan Cantrill <bryan⊙oc>
-
jbkhopefully he gets
-
jbklucky
-
jbkand won't have a similar experiance