@@ -112,76 +112,76 @@ jobs:
112112 ccache_limit : 4.5G
113113 ccache_key : linux-llvm-13
114114
115- - compiler : clang++
116- os : macos-13
117- cmake : 0
118- native : osx
119- pch : 0
120- tiles : 1
121- sound : 1
122- localize : 1
123- title : macOS 13, Apple Clang 15, Tiles, Sound, x64 and arm64 Universal Binary
124- ccache_limit : 10G
125- ccache_key : macos-llvm-15-universal
115+ # - compiler: clang++
116+ # os: macos-13
117+ # cmake: 0
118+ # native: osx
119+ # pch: 0
120+ # tiles: 1
121+ # sound: 1
122+ # localize: 1
123+ # title: macOS 13, Apple Clang 15, Tiles, Sound, x64 and arm64 Universal Binary
124+ # ccache_limit: 10G
125+ # ccache_key: macos-llvm-15-universal
126126
127- - title : Android x64 (build only)
128- os : ubuntu-latest
129- android : arm64
127+ # - title: Android x64 (build only)
128+ # os: ubuntu-latest
129+ # android: arm64
130130
131- - compiler : g++-9
132- os : ubuntu-22.04
133- cmake : 0
134- tiles : 0
135- sound : 0
136- localize : 1
137- gold : 1
138- lto : 1
139- libbacktrace : 1
140- native : linux64
141- pch : 1
142- cxxflags : -gsplit-dwarf
143- title : GCC 9, Curses, LTO
144- ccache_limit : 7.5G
145- ccache_key : linux-gcc-9-lto
131+ # - compiler: g++-9
132+ # os: ubuntu-22.04
133+ # cmake: 0
134+ # tiles: 0
135+ # sound: 0
136+ # localize: 1
137+ # gold: 1
138+ # lto: 1
139+ # libbacktrace: 1
140+ # native: linux64
141+ # pch: 1
142+ # cxxflags: -gsplit-dwarf
143+ # title: GCC 9, Curses, LTO
144+ # ccache_limit: 7.5G
145+ # ccache_key: linux-gcc-9-lto
146146
147- - compiler : clang++-18
148- os : ubuntu-latest
149- cmake : 0
150- tiles : 1
151- sound : 0
152- localize : 1
153- native : linux64
154- pch : 1
155- sanitize : address
156- dont_skip_data_only_changes : 1
157- title : Clang 18, Ubuntu, Tiles, ASan
158- ccache_limit : 6G
159- ccache_key : linux-llvm-18-asan
147+ # - compiler: clang++-18
148+ # os: ubuntu-latest
149+ # cmake: 0
150+ # tiles: 1
151+ # sound: 0
152+ # localize: 1
153+ # native: linux64
154+ # pch: 1
155+ # sanitize: address
156+ # dont_skip_data_only_changes: 1
157+ # title: Clang 18, Ubuntu, Tiles, ASan
158+ # ccache_limit: 6G
159+ # ccache_key: linux-llvm-18-asan
160160
161- - compiler : g++-14
162- os : ubuntu-latest
163- cmake : 0
164- tiles : 0
165- sound : 0
166- localize : 1
167- native : linux64
168- pch : 1
169- title : GCC 14, Ubuntu, Curses
170- ccache_limit : 6.5G
171- ccache_key : linux-gcc-14
161+ # - compiler: g++-14
162+ # os: ubuntu-latest
163+ # cmake: 0
164+ # tiles: 0
165+ # sound: 0
166+ # localize: 1
167+ # native: linux64
168+ # pch: 1
169+ # title: GCC 14, Ubuntu, Curses
170+ # ccache_limit: 6.5G
171+ # ccache_key: linux-gcc-14
172172
173- - compiler : g++-9
174- os : ubuntu-22.04
175- cmake : 1
176- tiles : 1
177- sound : 1
178- localize : 0
179- native : linux64
180- sanitize : undefined
181- pch : 1
182- title : GCC 9, Ubuntu, Tiles, Sound, CMake
183- ccache_limit : 1G
184- ccache_key : linux-gcc-9-cmake
173+ # - compiler: g++-9
174+ # os: ubuntu-22.04
175+ # cmake: 1
176+ # tiles: 1
177+ # sound: 1
178+ # localize: 0
179+ # native: linux64
180+ # sanitize: undefined
181+ # pch: 1
182+ # title: GCC 9, Ubuntu, Tiles, Sound, CMake
183+ # ccache_limit: 1G
184+ # ccache_key: linux-gcc-9-cmake
185185
186186 name : ${{ matrix.title }}
187187 runs-on : ${{ matrix.os }}
0 commit comments