Changeset 243952 in webkit
- Timestamp:
- Apr 5, 2019, 4:25:27 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-build/config.json (modified) (2 diffs)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-build/config.json
r243852 r243952 365 365 "shortname": "win", 366 366 "factory": "WindowsFactory", 367 "configuration": "release", 368 "architectures": ["x86_64"], 367 369 "platform": "win", 368 370 "workernames": ["ews200", "ews201", "ews202", "ews203", "ews204", "ews205", "ews206", "ews207", "ews208"] … … 372 374 "shortname": "wincairo", 373 375 "factory": "WinCairoFactory", 376 "configuration": "release", 377 "architectures": ["x86_64"], 374 378 "platform": "wincairo", 375 379 "workernames": ["wincairo-ews-001", "wincairo-ews-002", "wincairo-ews-003", "wincairo-ews-004"] -
trunk/Tools/ChangeLog
r243936 r243952 1 2019-04-05 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-build] Add configuration and architecture for windows builders 4 https://bugs.webkit.org/show_bug.cgi?id=196660 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/ews-build/config.json: 9 1 10 2019-04-05 Jonathan Bedard <jbedard@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.