GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
108 stars 40 forks source link

mkfifo implementation #105

Closed FedericoPonzi closed 5 years ago

FedericoPonzi commented 5 years ago

Fixes #34

FedericoPonzi commented 5 years ago

@GrayJack Could you help me figure out what's wrong with the build? :thinking:

GrayJack commented 5 years ago

Yeah, I put more targets to test on Linux, MacOS and Fuchsia, but forgot that musl targets won't build at all (plus a issue pop-up due me ignoring 32bit while doing some tools, now fixed).

Just put the build to run again to look if any error come to the surface