3232 compiler : clang
3333 version : 19
3434
35- # - name: ubuntu-i386-gcc-12
36- # os: ubuntu-22.04
37- # arch: i386
38- # host: i686-linux-gnu
39- # compiler: gcc
40- # version: 12
41-
4235 - name : ubuntu-armhf-gcc-14
4336 os : ubuntu-24.04
4437 arch : armhf
10093 sudo apt-get install $PKG
10194 set-env HOST_CC "$CC"
10295 set-env HOST_CXX "$CXX"
103- if [ "${{ matrix.arch }}" = "i386" ]; then
104- set-env CFLAGS "-msse2 -mfpmath=sse"
105- fi
10696 if [ -n "${{ matrix.host }}" ]; then
10797 set-env HOST "--host=${{ matrix.host }}"
10898 fi
@@ -131,12 +121,8 @@ jobs:
131121 LIBS : >
132122 ev asound2 x264 x265 speexdsp png freetype6 zvbi gcrypt tasn1 dvbv5
133123 udev avcodec avformat swresample swscale gl1-mesa glu1-mesa
134- srt-gnutls gnutls28 ssl
135- LIBS_FULL : ebur128 dvbcsa
124+ srt-gnutls gnutls28 ssl ebur128 dvbcsa
136125 run : |
137- if [ "${{ matrix.arch }}" != "i386" ]; then
138- LIBS="$LIBS $LIBS_FULL"
139- fi
140126 if [ "${{ matrix.arch }}" != "amd64" ]; then
141127 sudo apt-get install qemu-user-binfmt
142128 fi
@@ -173,11 +159,8 @@ jobs:
173159 set-env PKG_CONFIG_PATH "$PKG_CONFIG_PATH:$PWD/usr-bitstream/share/pkgconfig"
174160
175161 - name : Build and install libamt
176- if : runner.os == 'Linux' && ( matrix.arch == 'amd64' || matrix.arch == 'i386')
162+ if : runner.os == 'Linux' && matrix.arch == 'amd64'
177163 run : |
178- if [ "${{ matrix.arch }}" = "i386" ]; then
179- LIBAMT_PLATFORM="PLATFORM32=1"
180- fi
181164 git clone --depth 1 https://github.com/cisco/SSMAMTtools.git
182165 make -C SSMAMTtools/build/linux \
183166 CC="$HOST_CC -fPIC" \
@@ -188,7 +171,7 @@ jobs:
188171 sudo install -D SSMAMTtools/lib/linux/libamt.a /usr/local/lib/libamt.a
189172
190173 - name : Build and install libdvbcsa
191- if : runner.os == 'macOS' || matrix.arch == 'i386'
174+ if : runner.os == 'macOS'
192175 run : |
193176 git clone --depth 1 https://github.com/glenvt18/libdvbcsa.git
194177 cd libdvbcsa
0 commit comments