Ignat Korchagin

Results 14 comments of Ignat Korchagin

Do mips builds run on real hardware or under some emulator? Go's goroutines are known not to be friendly with `qemu-user` emulators - we had similar issues when running `arm64`...

Yes, agree. The issue we had with the emulators - golang "multitasking" implementation hanged there (making the builds either crash or MUCH slower). When we tried a workaround, like pinning...

I've setup a Debian `mipsel` installation in QEMU and installed Go from `buster` repositories: ``` ignat@debmips:~$ uname -a Linux debmips 4.9.0-9-4kc-malta #1 Debian 4.9.168-1 (2019-04-12) mips GNU/Linux ``` So far...

`arm64` used to have a similar issue: https://go-review.googlesource.com/c/go/+/76270

Created https://github.com/golang/go/issues/33224

still an issue for go 1.18

can you also, please, rebase your branch as I've fixed the tests for >= Go 1.19 in #59 ?

@th0m can give context of this specific use case (because I forgot), but in general think of macvlan as a more lightweight solution to container networking. In the default bridge/veth...

Moved and updated the code in #72: * changed the environment variable name to `GOKEY_ROOT_PASS` * added some tests, which actually exercise the command line utility for various password sources