blob: e5ebb2e1742bef15ae79b372f41e63f466766ab4 (
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
24
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:
|