@@ -22,25 +22,24 @@ jobs:
22
22
nuke_invoke : ./build.sh
23
23
extras : |
24
24
sudo tee /etc/apt/sources.list << EOF
25
- deb [arch=amd64,i386 ] http://archive.ubuntu.com/ubuntu jammy main multiverse restricted universe
26
- deb [arch=amd64,i386 ] http://archive.ubuntu.com/ubuntu jammy-backports main multiverse restricted universe
27
- deb [arch=amd64,i386 ] http://archive.ubuntu.com/ubuntu jammy-security main multiverse restricted universe
28
- deb [arch=amd64,i386 ] http://archive.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
25
+ deb [arch=amd64] http://archive.ubuntu.com/ubuntu jammy main multiverse restricted universe
26
+ deb [arch=amd64] http://archive.ubuntu.com/ubuntu jammy-backports main multiverse restricted universe
27
+ deb [arch=amd64] http://archive.ubuntu.com/ubuntu jammy-security main multiverse restricted universe
28
+ deb [arch=amd64] http://archive.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
29
29
deb [arch=arm64,armhf] http://ports.ubuntu.com jammy main multiverse restricted universe
30
30
deb [arch=arm64,armhf] http://ports.ubuntu.com jammy-backports main multiverse restricted universe
31
31
deb [arch=arm64,armhf] http://ports.ubuntu.com jammy-security main multiverse restricted universe
32
32
deb [arch=arm64,armhf] http://ports.ubuntu.com jammy-updates main multiverse restricted universe
33
- deb [arch=amd64,i386 ] http://security.ubuntu.com/ubuntu jammy main multiverse restricted universe
34
- deb [arch=amd64,i386 ] http://security.ubuntu.com/ubuntu jammy-backports main multiverse restricted universe
35
- deb [arch=amd64,i386 ] http://security.ubuntu.com/ubuntu jammy-security main multiverse restricted universe
36
- deb [arch=amd64,i386 ] http://security.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
33
+ deb [arch=amd64] http://security.ubuntu.com/ubuntu jammy main multiverse restricted universe
34
+ deb [arch=amd64] http://security.ubuntu.com/ubuntu jammy-backports main multiverse restricted universe
35
+ deb [arch=amd64] http://security.ubuntu.com/ubuntu jammy-security main multiverse restricted universe
36
+ deb [arch=amd64] http://security.ubuntu.com/ubuntu jammy-updates main multiverse restricted universe
37
37
EOF
38
38
sudo dpkg --add-architecture arm64
39
39
sudo dpkg --add-architecture armhf
40
- sudo dpkg --add-architecture i386
41
40
sudo apt update
42
- sudo apt install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
43
- sudo apt install -y libgcc-11-dev libgcc-11-dev:i386 libgcc-11-dev- arm64-cross libgcc-11-dev-armhf-cross libgcc-11-dev-i386 -cross
41
+ sudo apt install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
42
+ sudo apt install -y libgcc-11-dev libgcc-11-dev- arm64-cross libgcc-11-dev-armhf-cross
44
43
- os : windows-2022
45
44
name : Windows
46
45
nuke_invoke : ./build.cmd
76
75
- name : Add targets
77
76
if : runner.os == 'Linux'
78
77
run : |
79
- rustup target add i686-unknown-linux-gnu
80
78
rustup target add aarch64-unknown-linux-gnu
81
79
rustup target add arm-unknown-linux-gnueabihf
82
80
0 commit comments