diff options
author | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:03:15 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-01-21 16:03:15 -0500 |
commit | 6eb6dd27705eb05b67cc498f67d36fd0c53c7a6f (patch) | |
tree | bf82db3984d7ec9f639b0a1628be16020963f4d2 | |
parent | b08a8dfe75ebdcc3c7259bbfc24feb169dfe4164 (diff) |
mesa-run: Disable tests
-rwxr-xr-x | mesa-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ configure) -Dc_args="${cflags}" -Dcpp_args="${cxxflags}" -Dtools="${tools}" - -Dbuild-tests=true + -Dbuild-tests=false -Dvulkan-drivers="${vulkan_drivers}" -Dgallium-drivers="${gallium_drivers}" -Dgallium-rusticl=false |