mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-14 09:06:11 +00:00
Revert "Add a temporary requirement for Mac bots to have XCode."
This reverts commit d3c4eda135a1b1930641f7b2a0b417cf9d1cc7e3. Reason for revert: Issue has been fixed so we can remove the XCode requirement. Original change's description: > Add a temporary requirement for Mac bots to have XCode. > > BUG=chromium:884015 > > Change-Id: Iee2373b23ab5534165b36c40600cae86545ee3d9 > Reviewed-on: https://dawn-review.googlesource.com/1544 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Stephen White <senorblanco@chromium.org> TBR=cwallez@chromium.org,kainino@chromium.org,senorblanco@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:884015 Change-Id: I5ae40e2343c7684bdbe533f5a8baa1490cdb37d1 Reviewed-on: https://dawn-review.googlesource.com/1643 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
76664ed8d0
commit
bf47553c0a
@ -124,15 +124,11 @@ buckets {
|
|||||||
name: "mac-dbg"
|
name: "mac-dbg"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
# Require XCode temporarily to avoid https://crbug.com/884015
|
|
||||||
dimensions: "xcode_version:9.3"
|
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "mac-rel"
|
name: "mac-rel"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
# Require XCode temporarily to avoid https://crbug.com/884015
|
|
||||||
dimensions: "xcode_version:9.3"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Linux: test combinations of {clang,msvc}x{release,debug}x{x86,x64}
|
# Linux: test combinations of {clang,msvc}x{release,debug}x{x86,x64}
|
||||||
@ -254,16 +250,12 @@ buckets: {
|
|||||||
name: "mac-dbg"
|
name: "mac-dbg"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "debug"
|
mixins: "debug"
|
||||||
# Require XCode temporarily to avoid https://crbug.com/884015
|
|
||||||
dimensions: "xcode_version:9.3"
|
|
||||||
}
|
}
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
builders {
|
builders {
|
||||||
name: "mac-rel"
|
name: "mac-rel"
|
||||||
dimensions: "os:Mac-10.13"
|
dimensions: "os:Mac-10.13"
|
||||||
mixins: "release"
|
mixins: "release"
|
||||||
# Require XCode temporarily to avoid https://crbug.com/884015
|
|
||||||
dimensions: "xcode_version:9.3"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Actually on the CQ
|
# Actually on the CQ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user