diff options
Diffstat (limited to 'results/classifier/105/graphic/2738')
| -rw-r--r-- | results/classifier/105/graphic/2738 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/2738 b/results/classifier/105/graphic/2738 new file mode 100644 index 00000000..12c47771 --- /dev/null +++ b/results/classifier/105/graphic/2738 @@ -0,0 +1,23 @@ +graphic: 0.912 +device: 0.818 +instruction: 0.561 +network: 0.394 +vnc: 0.344 +boot: 0.315 +semantic: 0.284 +mistranslation: 0.224 +socket: 0.222 +other: 0.142 +KVM: 0.020 +assembly: 0.018 + +golang 1.23 build hangs when running under qemu-user on x86_64 host +Description of problem: +Forwarded from https://github.com/golang/go/issues/70329. + +# +Steps to reproduce: +1. Setup qemu-user binfmt for a foreign ISA, for example, installs qemu-user-static-aarch64 on Fedora. +2. Build the Dockerfile for specified arch: `podman build --arch aarch64 .` +Additional information: + |