[infra/config] Bump OS X SDK version for dawn.
Bug: chromium:973721 Change-Id: I0dd5d9f4a06c791b4d8b0cb342974579a3f21624 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/9880 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
parent
a9658d967a
commit
ef2fac0b94
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2018 The Dawn Authors
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
|
||||
def CheckChangeOnUpload(input_api, output_api):
|
||||
return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
|
||||
|
||||
|
||||
def CheckChangeOnCommit(input_api, output_api):
|
||||
return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
|
|
@ -77,6 +77,13 @@ builder_mixins {
|
|||
name: "osx_sdk"
|
||||
path: "osx_sdk"
|
||||
}
|
||||
recipe {
|
||||
properties_j: <<EOF
|
||||
$depot_tools/osx_sdk:{
|
||||
"sdk_version": "10b61"
|
||||
}
|
||||
EOF
|
||||
}
|
||||
}
|
||||
|
||||
buckets {
|
||||
|
|
Loading…
Reference in New Issue