Remove 32-bit iOS builders The last iOS version that supported 32-bit was iOS 10, which has been EOL for 6.5 years. Change-Id: I6ec4096fde1e0c3a0d9e8a4fcac197156e5cf10c Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/66307 Reviewed-by: Bob Beck <bbe@google.com> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/generated/commit-queue.cfg b/generated/commit-queue.cfg index a2ea953..347ac43 100644 --- a/generated/commit-queue.cfg +++ b/generated/commit-queue.cfg
@@ -91,9 +91,6 @@ name: "boringssl/try/ios64_compile" } builders { - name: "boringssl/try/ios_compile" - } - builders { name: "boringssl/try/linux" } builders {
diff --git a/generated/cr-buildbucket.cfg b/generated/cr-buildbucket.cfg index c910bfe..1e5dac9 100644 --- a/generated/cr-buildbucket.cfg +++ b/generated/cr-buildbucket.cfg
@@ -395,49 +395,6 @@ } } builders { - name: "ios_compile" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cpu:x86-64" - dimensions: "os:Mac-10.15|Mac-11" - dimensions: "pool:luci.flex.ci" - exe { - cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "$gatekeeper": {' - ' "group": "client.boringssl"' - ' },' - ' "cmake_args": {' - ' "CMAKE_OSX_ARCHITECTURES": "armv7",' - ' "CMAKE_OSX_SYSROOT": "iphoneos"' - ' },' - ' "recipe": "boringssl",' - ' "run_ssl_tests": false,' - ' "run_unit_tests": false' - '}' - execution_timeout_secs: 3600 - caches { - name: "gocache" - path: "gocache" - } - caches { - name: "gopath" - path: "gopath" - } - caches { - name: "osx_sdk" - path: "osx_sdk" - } - service_account: "boringssl-ci-builder@chops-service-accounts.iam.gserviceaccount.com" - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } - builders { name: "linux" swarming_host: "chromium-swarm.appspot.com" dimensions: "cpu:x86-64" @@ -2610,38 +2567,6 @@ } } builders { - name: "ios_compile" - swarming_host: "chromium-swarm.appspot.com" - dimensions: "cpu:x86-64" - dimensions: "os:Mac-10.15|Mac-11" - dimensions: "pool:luci.flex.try" - exe { - cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" - cipd_version: "refs/heads/main" - cmd: "luciexe" - } - properties: - '{' - ' "cmake_args": {' - ' "CMAKE_OSX_ARCHITECTURES": "armv7",' - ' "CMAKE_OSX_SYSROOT": "iphoneos"' - ' },' - ' "recipe": "boringssl",' - ' "run_ssl_tests": false,' - ' "run_unit_tests": false' - '}' - execution_timeout_secs: 3600 - caches { - name: "osx_sdk" - path: "osx_sdk" - } - service_account: "boringssl-try-builder@chops-service-accounts.iam.gserviceaccount.com" - experiments { - key: "luci.recipes.use_python3" - value: 100 - } - } - builders { name: "linux" swarming_host: "chromium-swarm.appspot.com" dimensions: "cpu:x86-64"
diff --git a/generated/luci-milo.cfg b/generated/luci-milo.cfg index 20cd864..3f62418 100644 --- a/generated/luci-milo.cfg +++ b/generated/luci-milo.cfg
@@ -55,11 +55,6 @@ short_name: "doc" } builders { - name: "buildbucket/luci.boringssl.ci/ios_compile" - category: "ios" - short_name: "32" - } - builders { name: "buildbucket/luci.boringssl.ci/ios64_compile" category: "ios" short_name: "64"
diff --git a/generated/luci-notify.cfg b/generated/luci-notify.cfg index 187da34..cda433b 100644 --- a/generated/luci-notify.cfg +++ b/generated/luci-notify.cfg
@@ -165,21 +165,6 @@ } builders { bucket: "ci" - name: "ios_compile" - repository: "https://boringssl.googlesource.com/boringssl" - } -} -notifiers { - notifications { - on_occurrence: FAILURE - on_occurrence: INFRA_FAILURE - on_new_status: SUCCESS - email { - recipients: "boringssl@google.com" - } - } - builders { - bucket: "ci" name: "linux" repository: "https://boringssl.googlesource.com/boringssl" }
diff --git a/generated/luci-scheduler.cfg b/generated/luci-scheduler.cfg index 1f8c64a..34f770b 100644 --- a/generated/luci-scheduler.cfg +++ b/generated/luci-scheduler.cfg
@@ -105,16 +105,6 @@ } } job { - id: "ios_compile" - realm: "ci" - acl_sets: "ci" - buildbucket { - server: "cr-buildbucket.appspot.com" - bucket: "ci" - builder: "ios_compile" - } -} -job { id: "linux" realm: "ci" acl_sets: "ci" @@ -538,7 +528,6 @@ triggers: "android_arm_rel" triggers: "docs" triggers: "ios64_compile" - triggers: "ios_compile" triggers: "linux" triggers: "linux32" triggers: "linux32_nosse2_noasm"
diff --git a/main.star b/main.star index b469310..c61e0f3 100755 --- a/main.star +++ b/main.star
@@ -442,20 +442,6 @@ # in luci.flex.ci and luci.flex.try pools. When this changes, switch to # MAC_ARM64_HOST. both_builders( - "ios_compile", - MAC_X86_64_HOST, - category = "ios", - short_name = "32", - properties = { - "cmake_args": { - "CMAKE_OSX_ARCHITECTURES": "armv7", - "CMAKE_OSX_SYSROOT": "iphoneos", - }, - "run_unit_tests": False, - "run_ssl_tests": False, - }, -) -both_builders( "ios64_compile", MAC_X86_64_HOST, category = "ios",