SPIRV-Tools/DEPS
github-actions[bot] a85a703e3b
roll deps (#5771)
* Roll external/abseil_cpp/ 5a01d0f77..fd7713cb9 (1 commit)

5a01d0f77e...fd7713cb9a

Created with:
  roll-dep external/abseil_cpp

* Roll external/spirv-headers/ 1b75a4ae0..69ab0f32d (1 commit)

1b75a4ae0b...69ab0f32dc

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
2024-08-22 10:50:19 +00:00

41 lines
1.1 KiB
Python

use_relative_paths = True
vars = {
'github': 'https://github.com',
'abseil_revision': 'fd7713cb9a97c49096211ff40de280b6cebbb21c',
'effcee_revision': '2c97e5689ed8d7ab6ae5820f884f03a601ae124b',
'googletest_revision': 'ff233bdd4cac0a0bf6e5cd45bda3406814cb2796',
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',
're2_revision': '6dcd83d60f7944926bfd308cc13979fc53dd69ca',
'spirv_headers_revision': '69ab0f32dc6376d74b3f5b0b7161c6681478badd',
}
deps = {
'external/abseil_cpp':
Var('github') + '/abseil/abseil-cpp.git@' + Var('abseil_revision'),
'external/effcee':
Var('github') + '/google/effcee.git@' + Var('effcee_revision'),
'external/googletest':
Var('github') + '/google/googletest.git@' + Var('googletest_revision'),
'external/protobuf':
Var('github') + '/protocolbuffers/protobuf.git@' + Var('protobuf_revision'),
'external/re2':
Var('github') + '/google/re2.git@' + Var('re2_revision'),
'external/spirv-headers':
Var('github') + '/KhronosGroup/SPIRV-Headers.git@' +
Var('spirv_headers_revision'),
}