Skip to content

Commit 68f2420

Browse files
committed
Remove i386
1 parent 7658e8b commit 68f2420

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

‎.github/workflows/linux.yml‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- { compiler: 'gcc', version: '13', flags: 'enable_xtl_complex' }
1818
- { compiler: 'gcc', version: '14', flags: 'avx' }
1919
- { compiler: 'gcc', version: '13', flags: 'avx512' }
20-
- { compiler: 'gcc', version: '12', flags: 'i386' }
2120
- { compiler: 'gcc', version: '13', flags: 'avx512pf' }
2221
- { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }
2322
- { compiler: 'gcc', version: '14', flags: 'avx512vbmi2' }
@@ -34,10 +33,6 @@ jobs:
3433
GCC_VERSION=${{ matrix.sys.version }}
3534
sudo apt-get update
3635
sudo apt-get --no-install-suggests --no-install-recommends install g++-$GCC_VERSION
37-
sudo dpkg --add-architecture i386
38-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
39-
sudo apt-get update
40-
sudo apt-get --no-install-suggests --no-install-recommends install gcc-$GCC_VERSION-multilib g++-$GCC_VERSION-multilib linux-libc-dev:i386
4136
CC=gcc-$GCC_VERSION
4237
echo "CC=$CC" >> $GITHUB_ENV
4338
CXX=g++-$GCC_VERSION
@@ -95,9 +90,6 @@ jobs:
9590
if [[ '${{ matrix.sys.flags }}' == 'avx512vnni' ]]; then
9691
CMAKE_EXTRA_ARGS="$CMAKE_EXTRA_ARGS -DTARGET_ARCH=knm"
9792
fi
98-
if [[ '${{ matrix.sys.flags }}' == 'i386' ]]; then
99-
CXX_FLAGS="$CXX_FLAGS -m32"
100-
fi
10193
if [[ '${{ matrix.sys.flags }}' == 'force_no_instr_set' ]]; then
10294
:
10395
else

0 commit comments

Comments
 (0)