diff options
Diffstat (limited to 'internal/rosa/glslang.go')
| -rw-r--r-- | internal/rosa/glslang.go | 4 |
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, |
