mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 19:50:05 +00:00
efb0fce2d6
* Use bazel 7 and bzlmod Many of our dependencies are now using bazel 7 and the new bzlmod module system. This has been breaking our autoroll; this PR should fix the issues we've been having with that. It may or may not be worthwhile to update effcee to use bzlmod as well; this would let us get rid of WORKSPACE entirely. * Try to force cla check to rerun
20 lines
336 B
Python
20 lines
336 B
Python
local_repository(
|
|
name = "spirv_headers",
|
|
path = "external/spirv-headers",
|
|
)
|
|
|
|
local_repository(
|
|
name = "com_googlesource_code_re2",
|
|
path = "external/re2",
|
|
)
|
|
|
|
local_repository(
|
|
name = "com_google_effcee",
|
|
path = "external/effcee",
|
|
)
|
|
|
|
local_repository(
|
|
name = "abseil-cpp",
|
|
path = "external/abseil_cpp",
|
|
)
|