aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/glslang.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/glslang.go')
-rw-r--r--internal/rosa/glslang.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/rosa/glslang.go b/internal/rosa/glslang.go
index a2600ea3..663e0610 100644
--- a/internal/rosa/glslang.go
+++ b/internal/rosa/glslang.go
@@ -17,10 +17,6 @@ func (t Toolchain) newSPIRVHeaders() (pkg.Artifact, string) {
"vulkan-sdk-"+version,
checksum,
), nil, &CMakeHelper{
- Cache: []KV{
- {"CMAKE_BUILD_TYPE", "Release"},
- },
-
// upstream has no tests
SkipTest: true,
}), version
@@ -67,7 +63,6 @@ func (t Toolchain) newSPIRVTools() (pkg.Artifact, string) {
checksum,
), nil, &CMakeHelper{
Cache: []KV{
- {"CMAKE_BUILD_TYPE", "Release"},
{"SPIRV-Headers_SOURCE_DIR", "/system"},
},
},
@@ -109,7 +104,6 @@ func (t Toolchain) newGlslang() (pkg.Artifact, string) {
Chmod: true,
}, &CMakeHelper{
Cache: []KV{
- {"CMAKE_BUILD_TYPE", "Release"},
{"BUILD_SHARED_LIBS", "ON"},
{"ALLOW_EXTERNAL_SPIRV_TOOLS", "ON"},
},