summary refs log tree commit diff stats
path: root/results/classifier/108/other/2738
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/2738')
-rw-r--r--results/classifier/108/other/273825
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/108/other/2738 b/results/classifier/108/other/2738
new file mode 100644
index 00000000..e5ebb2e1
--- /dev/null
+++ b/results/classifier/108/other/2738
@@ -0,0 +1,25 @@
+graphic: 0.912
+device: 0.818
+PID: 0.539
+files: 0.515
+performance: 0.511
+network: 0.394
+vnc: 0.344
+debug: 0.339
+boot: 0.315
+semantic: 0.284
+permissions: 0.276
+socket: 0.222
+other: 0.142
+KVM: 0.020
+
+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:
+