Update xcode for WebRTC Chromium FYI Mac Builder
.
This is an attempt to fix the following compile time issue: FAILED: obj/device/fido/fido/icloud_keychain_sys.o ../../buildtools/reclient/rewrapper -cfg=../../buildtools/reclient_cfgs/chromium-browser-clang/rewra...(too long) In file included from ../../device/fido/mac/icloud_keychain_sys.mm:5: ../../device/fido/mac/icloud_keychain_sys.h:41:7: error: unknown type name 'ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState' ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState; Bug: b/282038350 Change-Id: I279b3420d366cb128eae59ed0c2a08409999b676 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4535955 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144577}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
8550f2f217
commit
a6dc0beca2
infra/config
generated
builders
webrtc.fyi
luci
subprojects
webrtc
@ -94,5 +94,5 @@
|
||||
},
|
||||
"builder_group": "chromium.webrtc.fyi",
|
||||
"recipe": "chromium",
|
||||
"xcode_build_version": "14c18"
|
||||
"xcode_build_version": "14e222b"
|
||||
}
|
@ -87,5 +87,5 @@
|
||||
},
|
||||
"builder_group": "chromium.webrtc.fyi",
|
||||
"recipe": "chromium",
|
||||
"xcode_build_version": "14c18"
|
||||
"xcode_build_version": "14e222b"
|
||||
}
|
@ -89406,8 +89406,8 @@ buckets {
|
||||
'}'
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_14e222b"
|
||||
path: "xcode_ios_14e222b.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
@ -89504,8 +89504,8 @@ buckets {
|
||||
'}'
|
||||
execution_timeout_secs: 7200
|
||||
caches {
|
||||
name: "xcode_ios_14c18"
|
||||
path: "xcode_ios_14c18.app"
|
||||
name: "xcode_ios_14e222b"
|
||||
path: "xcode_ios_14e222b.app"
|
||||
}
|
||||
build_numbers: YES
|
||||
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||
|
@ -250,7 +250,7 @@ builder(
|
||||
build_gs_bucket = "chromium-webrtc",
|
||||
),
|
||||
os = os.MAC_ANY,
|
||||
xcode = xcode.x14main,
|
||||
xcode = xcode.x14betabots,
|
||||
)
|
||||
|
||||
builder(
|
||||
@ -290,7 +290,7 @@ builder(
|
||||
build_gs_bucket = "chromium-webrtc",
|
||||
),
|
||||
os = os.MAC_ANY,
|
||||
xcode = xcode.x14main,
|
||||
xcode = xcode.x14betabots,
|
||||
)
|
||||
|
||||
builder(
|
||||
|
Reference in New Issue
Block a user