aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/glslang.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-01 02:02:00 +0900
committerOphestra <cat@gensokyo.uk>2026-05-01 03:04:59 +0900
commit2cd6b35beeb655ae2a69d17d223063ee5a3e00bb (patch)
tree63420b83f171ad48178c335a0ce932531d2e7061 /internal/rosa/glslang.go
parent09a216c6ec7c934e2dcdf3fb3deaf1fd179e3402 (diff)
internal/rosa/cmake: run tests
This uses the standard CMake test target. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/glslang.go')
-rw-r--r--internal/rosa/glslang.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/rosa/glslang.go b/internal/rosa/glslang.go
index f05a1a62..a2600ea3 100644
--- a/internal/rosa/glslang.go
+++ b/internal/rosa/glslang.go
@@ -20,6 +20,9 @@ func (t Toolchain) newSPIRVHeaders() (pkg.Artifact, string) {
Cache: []KV{
{"CMAKE_BUILD_TYPE", "Release"},
},
+
+ // upstream has no tests
+ SkipTest: true,
}), version
}
func init() {
@@ -110,7 +113,6 @@ func (t Toolchain) newGlslang() (pkg.Artifact, string) {
{"BUILD_SHARED_LIBS", "ON"},
{"ALLOW_EXTERNAL_SPIRV_TOOLS", "ON"},
},
- Script: "ctest",
},
Python,
Bash,