Enable Vulkan-Headers compilation in CI

This commit is contained in:
Iason Paraskevopoulos 2024-10-16 10:39:54 +00:00
parent 4f32b91313
commit 0388e35ff2

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019, 2022 Arm Limited.
# Copyright (c) 2019-2024 Arm Limited.
#
# SPDX-License-Identifier: MIT
#
@ -45,7 +45,7 @@ build_vulkan_wsi_layer:
- cd Vulkan-Loader
- mkdir build
- cd build/
- ../scripts/update_deps.py
- ../scripts/update_deps.py --cmake_var VULKAN_HEADERS_ENABLE_MODULE=OFF
# Build the Vulkan loader.
- cmake -C helper.cmake ..
- make