diff options
Diffstat (limited to 'results/classifier/118/x86/2738')
| -rw-r--r-- | results/classifier/118/x86/2738 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/118/x86/2738 b/results/classifier/118/x86/2738 new file mode 100644 index 00000000..f6622a96 --- /dev/null +++ b/results/classifier/118/x86/2738 @@ -0,0 +1,40 @@ +x86: 0.953 +graphic: 0.912 +device: 0.818 +architecture: 0.780 +PID: 0.539 +files: 0.515 +performance: 0.511 +network: 0.394 +register: 0.384 +vnc: 0.344 +debug: 0.339 +boot: 0.315 +semantic: 0.284 +permissions: 0.276 +ppc: 0.257 +TCG: 0.245 +mistranslation: 0.224 +socket: 0.222 +arm: 0.169 +user-level: 0.145 +VMM: 0.134 +kernel: 0.133 +hypervisor: 0.125 +risc-v: 0.114 +peripherals: 0.109 +virtual: 0.082 +KVM: 0.020 +assembly: 0.018 +i386: 0.011 + +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: + |