mirror of
https://github.com/RPCSX/SPIRV-Tools.git
synced 2025-03-07 02:39:44 +00:00
utils: repos use 'main' as main devlopment branch (#5054)
roll_deps.h: SPIRV-Headers uses 'main' check_code_format.h: SPIRV-Tools uses 'main'
This commit is contained in:
parent
631f9bcb5e
commit
bfd278617c
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
# This script assumes to be invoked at the project root directory.
|
# This script assumes to be invoked at the project root directory.
|
||||||
|
|
||||||
BASE_BRANCH=${1:-master}
|
BASE_BRANCH=${1:-main}
|
||||||
|
|
||||||
FILES_TO_CHECK=$(git diff --name-only ${BASE_BRANCH} | grep -E ".*\.(cpp|cc|c\+\+|cxx|c|h|hpp)$")
|
FILES_TO_CHECK=$(git diff --name-only ${BASE_BRANCH} | grep -E ".*\.(cpp|cc|c\+\+|cxx|c|h|hpp)$")
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ googletest_trunk="origin/main"
|
|||||||
re2_dir="external/re2/"
|
re2_dir="external/re2/"
|
||||||
re2_trunk="origin/main"
|
re2_trunk="origin/main"
|
||||||
spirv_headers_dir="external/spirv-headers/"
|
spirv_headers_dir="external/spirv-headers/"
|
||||||
spirv_headers_trunk="origin/master"
|
spirv_headers_trunk="origin/main"
|
||||||
|
|
||||||
# This script assumes it's parent directory is the repo root.
|
# This script assumes it's parent directory is the repo root.
|
||||||
repo_path=$(dirname "$0")/..
|
repo_path=$(dirname "$0")/..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user