File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,22 @@ jobs:
31
31
os : ubuntu-24.04-arm
32
32
multiarch : armhf
33
33
gcc_cross : arm-linux-gnueabihf
34
- - host_target : riscv64gc-unknown-linux-gnu
35
- os : ubuntu-latest
36
- multiarch : riscv64
37
- gcc_cross : riscv64-linux-gnu
38
- qemu : true
39
- - host_target : s390x-unknown-linux-gnu
40
- os : ubuntu-latest
41
- multiarch : s390x
42
- gcc_cross : s390x-linux-gnu
43
- qemu : true
44
- - host_target : powerpc64le-unknown-linux-gnu
45
- os : ubuntu-latest
46
- multiarch : ppc64el
47
- gcc_cross : powerpc64le-linux-gnu
48
- qemu : true
34
+ # Disabled due to Ubuntu repo trouble
35
+ # - host_target: riscv64gc-unknown-linux-gnu
36
+ # os: ubuntu-latest
37
+ # multiarch: riscv64
38
+ # gcc_cross: riscv64-linux-gnu
39
+ # qemu: true
40
+ # - host_target: s390x-unknown-linux-gnu
41
+ # os: ubuntu-latest
42
+ # multiarch: s390x
43
+ # gcc_cross: s390x-linux-gnu
44
+ # qemu: true
45
+ # - host_target: powerpc64le-unknown-linux-gnu
46
+ # os: ubuntu-latest
47
+ # multiarch: ppc64el
48
+ # gcc_cross: powerpc64le-linux-gnu
49
+ # qemu: true
49
50
- host_target : aarch64-apple-darwin
50
51
os : macos-latest
51
52
- host_target : i686-pc-windows-msvc
67
68
- name : install multiarch
68
69
if : ${{ matrix.multiarch != '' }}
69
70
run : |
70
- # s390x, ppc64el need Ubuntu Ports to be in the mirror list
71
+ # s390x, ppc64el, riscv64 need Ubuntu Ports to be in the mirror list
71
72
sudo bash -c "echo 'https://ports.ubuntu.com/ priority:4' >> /etc/apt/apt-mirrors.txt"
72
73
# Add architecture
73
74
sudo dpkg --add-architecture ${{ matrix.multiarch }}
You can’t perform that action at this time.
0 commit comments