@@ -79,39 +79,39 @@ jobs:
7979 cd tests
8080 bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }}
8181
82- tests-ubuntu2004-gpp-32 :
83- strategy :
84- matrix :
85- os : [ubuntu-20.04]
86- compiler : [g++]
87- version : [9, 10]
88- name : Use ${{ matrix.compiler }}-${{ matrix.version }} -m32 on ${{ matrix.os }}
89- runs-on : ${{ matrix.os }}
90- steps :
91- - uses : actions/checkout@v3
92- - name : Run tests
93- run : |
94- sudo apt-get update
95- sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
96- cd tests
97- bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
98-
99- tests-ubuntu2004-clang-32 :
100- strategy :
101- matrix :
102- os : [ubuntu-20.04]
103- compiler : [clang++]
104- version : [10, 11, 12]
105- name : Use ${{ matrix.compiler }}-${{ matrix.version }} -m32 on ${{ matrix.os }}
106- runs-on : ${{ matrix.os }}
107- steps :
108- - uses : actions/checkout@v3
109- - name : Run tests
110- run : |
111- sudo apt-get update
112- sudo apt-get install gcc-multilib g++-multilib
113- cd tests
114- bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
82+ # tests-ubuntu2004-gpp-32:
83+ # strategy:
84+ # matrix:
85+ # os: [ubuntu-20.04]
86+ # compiler: [g++]
87+ # version: [9, 10]
88+ # name: Use ${{ matrix.compiler }}-${{ matrix.version }} -m32 on ${{ matrix.os }}
89+ # runs-on: ${{ matrix.os }}
90+ # steps:
91+ # - uses: actions/checkout@v3
92+ # - name: Run tests
93+ # run: |
94+ # sudo apt-get update
95+ # sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
96+ # cd tests
97+ # bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
98+ #
99+ # tests-ubuntu2004-clang-32:
100+ # strategy:
101+ # matrix:
102+ # os: [ubuntu-20.04]
103+ # compiler: [clang++]
104+ # version: [10, 11, 12]
105+ # name: Use ${{ matrix.compiler }}-${{ matrix.version }} -m32 on ${{ matrix.os }}
106+ # runs-on: ${{ matrix.os }}
107+ # steps:
108+ # - uses: actions/checkout@v3
109+ # - name: Run tests
110+ # run: |
111+ # sudo apt-get update
112+ # sudo apt-get install gcc-multilib g++-multilib
113+ # cd tests
114+ # bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
115115
116116 tests-ubuntu2204-gpp-32 :
117117 strategy :
0 commit comments