File tree Expand file tree Collapse file tree
windows-vs2022-amd64-debug
windows-vs2022-amd64-release Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Presubmit build configuration.
1615build_file: " SPIRV-Tools/kokoro/check-format/build.sh"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2018 Google LLC.
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
15+ build_file: " SPIRV-Tools/kokoro/check-format/build.sh"
Original file line number Diff line number Diff line change 2222
2323# This is required to run any git command in the docker since owner will
2424# have changed between the clone environment, and the docker container.
25- # Marking the root of the repo as safe for ownership changes.
26- git config --global --add safe.directory $ROOT_DIR
25+ # Mark all repositories as safe for ownership changes.
26+ git config --global --add safe.directory ' * '
2727
2828. /bin/using.sh # Declare the bash `using` function for configuring toolchains.
2929
File renamed without changes.
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Continuous build configuration.
16- build_file: " SPIRV-Tools/kokoro/windows-msvc-2022-debug/build.bat"
15+ build_file: " SPIRV-Tools/kokoro/windows-vs2022-amd64-debug/build.bat"
1716
1817action {
1918 define_artifacts {
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Presubmit build configuration.
16- build_file: " SPIRV-Tools/kokoro/windows-msvc-2022-debug/build.bat"
15+ build_file: " SPIRV-Tools/kokoro/windows-vs2022-amd64-debug/build.bat"
File renamed without changes.
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Continuous build configuration.
16- build_file: " SPIRV-Tools/kokoro/windows-msvc-2022-release/build.bat"
15+ build_file: " SPIRV-Tools/kokoro/windows-vs2022-amd64-release/build.bat"
1716
1817action {
1918 define_artifacts {
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # Presubmit build configuration.
16- build_file: " SPIRV-Tools/kokoro/windows-msvc-2022-release/build.bat"
15+ build_file: " SPIRV-Tools/kokoro/windows-vs2022-amd64-release/build.bat"
You can’t perform that action at this time.
0 commit comments