diff options
| author | Richard S. Wright Jr. <richard@lunarg.com> | 2024-07-22 11:15:15 -0400 |
|---|---|---|
| committer | Richard S. Wright Jr. <richard@lunarg.com> | 2024-07-22 13:54:09 -0400 |
| commit | 46df205dcad665b652f57ee580d78051925b296a (patch) | |
| tree | 87957fcbf26ec04503d126c7d11ad0341d39472b | |
| parent | 2cee0d5b1d8c34e26fd6d9992d3d428ac4c5139d (diff) | |
| download | usermoji-46df205dcad665b652f57ee580d78051925b296a.tar.xz | |
Update known_good.json
Rollback MoltenVK to 1.2.9 from 1.2.10 due to stability issues
| -rw-r--r-- | scripts/known_good.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 62a47c50..64ab598d 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -15,7 +15,7 @@ "sub_dir": "MoltenVK", "build_dir": "MoltenVK", "install_dir": "MoltenVK", - "commit": "v1.2.10", + "commit": "v1.2.9", "custom_build": [ "./fetchDependencies --macos", "xcodebuild -project MoltenVKPackaging.xcodeproj GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS MVK_CONFIG_LOG_LEVEL=1' -scheme \"MoltenVK Package (macOS only)\" build" |
