Hi,
Danny Milosavljevic skribis:
> it does pretty much the equvalent of this Python program, in Rust:
>
>
> #!/usr/bin/env python3
>
> import os
> import subprocess
> import signal
>
> signal.pthread_sigmask(signal.SIG_BLOCK, [signal.SIGINT])
>
> p = subprocess.Popen(["c
Hi Ludo,
it does pretty much the equvalent of this Python program, in Rust:
#!/usr/bin/env python3
import os
import subprocess
import signal
signal.pthread_sigmask(signal.SIG_BLOCK, [signal.SIGINT])
p = subprocess.Popen(["cat"], stdin=subprocess.PIPE, stdout=subprocess
Hello,
Danny Milosavljevic skribis:
> I'm trying to track down the test_process_mask problem in Guix when trying to
> test rustc.
>
> For that I did:
>
> (apply attached patch)
> $ guix build --keep-failed rustc # will fail
> $ cd /tmp/guix-build-rustc-1.16.0.drv-0
> $ guix environment -C -N ru
Hi,
I'm trying to track down the test_process_mask problem in Guix when trying to
test rustc.
For that I did:
(apply attached patch)
$ guix build --keep-failed rustc # will fail
$ cd /tmp/guix-build-rustc-1.16.0.drv-0
$ guix environment -C -N rustc
$ bash
$ source environment-variables
$ cd rus