From 117ce3699c7e2d3d04f1760b25399aedd5dc90fa Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 18 Jan 2019 09:44:03 -0800 Subject: [PATCH] Update vkrunner version Includes fixes for missing synchronization. VK-GL-CTS Issue: 1567 Change-Id: I21e8cf172e7bd45d54c0b8e0ef9e2776a85e691c --- external/fetch_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 43164c6..b256656 100755 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -331,7 +331,7 @@ PACKAGES = [ GitRepo( "https://github.com/Igalia/vkrunner.git", None, - "2787f7ceaa96de8ad0c352629a4ed297da068872", + "79229ee3662da691240bde7fb6c6578e0e10e3f1", "vkrunner"), ] -- 2.7.4