summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2738
blob: 12c47771e18b3e294e30c595ace84587c192ea64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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: