Bug 205989
| Summary: | Mac debug build seems broken on EWS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aakash_jain, ap, jbedard, simon.fraser |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
Mac debug build seems to be broken on EWS.
https://ews-build.webkit.org/#/builders/16/builds/10985
https://ews-build.webkit.org/#/builders/16/builds/10986
auto group = (AVContentKeyReportGroup*)[request.options valueForKey:ContentKeyReportGroupKey];
^
/Volumes/Data/worker/macOS-High-Sierra-Debug-Build-EWS/build/Source/WebCore/platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm:493:43: error: property 'options' not found on object of type 'AVContentKeyRequest *'
This error isn't visible on build.webkit.org bots, so might be some configuration issue with the EWS bots as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
EWS bots still have High Sierra SDK, and run on High Sierra queue. I'm going to stop them all.
Alexey Proskuryakov
Actually, scratch that. Will have to wait until tomorrow :(
Aakash Jain
Working fine now, it was due to configuration issues on the bots while they were being upgraded.