SPIRV-Tools/DEPS
github-actions[bot] 33bac51443
Roll external/googletest/ 116b7e552..518387203 (1 commit) (#5450)
116b7e5528...518387203b

$ git log 116b7e552..518387203 --date=short --no-merges --format='%ad %ae %s'
2023-10-23 dinor StartsWith: Explicitly construct matcher-typed strings from matchee parameter

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
2023-10-25 21:37:34 +00:00

40 lines
1.1 KiB
Python

use_relative_paths = True
vars = {
'github': 'https://github.com',
'abseil_revision': '79ca5d7aad63973c83a4962a66ab07cd623131ea',
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
'googletest_revision': '518387203b573f35477fa6872dd54620e70d2bdb',
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',
're2_revision': '601d9ea3e6a768cb666e71012f0baf812a2d48da',
'spirv_headers_revision': '88bc5e321c2839707df8b1ab534e243e00744177',
}
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'),
}