aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2023-01-11 17:00:15 -0500
committerGitHub <noreply@github.com>2023-01-11 17:00:15 -0500
commit80c4b152456f058c71aa9dec85f60d634960e2ab (patch)
tree6b6c7d64725322fd53e55a4920f795bf32db788a /tools
parentbab12ea70acf303ef841e89368338720363c11ce (diff)
downloadamber-80c4b152456f058c71aa9dec85f60d634960e2ab.tar.gz
roller: SPIRV-Tools, SPIRV-Headers, clspv use 'main' branch (#1015)
Change-Id: I7fc6592490f07d5d6ee6a468a3effd3dc4fe0b6a
Diffstat (limited to 'tools')
-rwxr-xr-xtools/roll-all6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/roll-all b/tools/roll-all
index 48557e8..5ad6775 100755
--- a/tools/roll-all
+++ b/tools/roll-all
@@ -14,20 +14,18 @@
# limitations under the License.
# Defined to use origin/master instead of origin/main
-clspv=1
+# TODO(https://github.com/google/amber/issues/1014): Khronos repos are switching
+# to main
cpplint=1
dxc=1
glslang=1
googletest=1
json=1
lodepng=1
-spirv_headers=1
-spirv_tools=1
swiftshader=1
vulkan_loader=1
vulkan_validationlayers=1
-
# This script assumes it's parent directory is the repo root.
repo_path=$(dirname "$0")/..