@@ -198,7 +198,7 @@ jobs:
198198 building_on_os : ubuntu-22.04
199199 base_command : ./.github/autobuild/android.sh
200200 run_codeql : true
201- is_main_build_target : true
201+ # is_main_build_target: true
202202 # Jamulus.pro needs to count git history length for android versioning:
203203 checkout_fetch_depth : ' 0'
204204
@@ -208,7 +208,7 @@ jobs:
208208 building_container : ubuntu:20.04
209209 base_command : ./.github/autobuild/linux_deb.sh
210210 run_codeql : true
211- is_main_build_target : true
211+ # is_main_build_target: true
212212
213213 - config_name : Linux .deb armhf (artifacts)
214214 target_os : linux
@@ -232,7 +232,7 @@ jobs:
232232 run_codeql : false
233233 # Latest Xcode which runs on macos-14:
234234 xcode_version : 15.4.0
235- is_main_build_target : true
235+ # is_main_build_target: true
236236
237237 # Reminder: If Legacy is removed, be sure to add a dedicated job for CodeQL again.
238238 - config_name : MacOS Legacy (artifacts+CodeQL)
@@ -246,7 +246,7 @@ jobs:
246246 # https://developer.apple.com/support/xcode/
247247 # https://xcodereleases.com/
248248 xcode_version : 14.2.0
249- is_main_build_target : true
249+ # is_main_build_target: true
250250
251251 - config_name : iOS (artifacts)
252252 target_os : ios
0 commit comments