From 8a9f85e7125615995af864fd47f5e64e0aa9bc9c Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Wed, 13 Sep 2023 14:03:22 -0600 Subject: test: Turn windows tests on in github CI Now that the Vulkan-Loader's find_package support is available, this repo can enable testing on windows and have it work. Github actions runs everything in 'admin mode' which causes the loader to ignore environment variables, which is how the tests find MockICD. Thus, to work around this behavior we build the loader with LOADER_USE_UNSAFE_FILE_SEARCH so that it will use environment variables again. --- scripts/known_good.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/known_good.json b/scripts/known_good.json index 239693ff..bbba09d8 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -32,6 +32,9 @@ "sub_dir": "Vulkan-Loader", "build_dir": "Vulkan-Loader/build", "install_dir": "Vulkan-Loader/build/install", + "cmake_options": [ + "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" + ], "commit": "d40385b1748ae5270fcab18c5aae1a2e5a301465", "deps": [ { -- cgit v1.2.3