VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/container/build-vulkan-validation.sh

最後變更 在這個檔案是 103996,由 vboxsync 提交於 11 月 前

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

檔案大小: 612 位元組
 
1#!/usr/bin/env bash
2
3# When changing this file, you need to bump the following
4# .gitlab-ci/image-tags.yml tags:
5# DEBIAN_X86_64_TEST_GL_TAG
6# KERNEL_ROOTFS_TAG:
7
8set -ex
9
10VALIDATION_TAG="v1.3.269"
11
12git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
13pushd Vulkan-ValidationLayers
14python3 scripts/update_deps.py --dir external --config debug
15cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTS=OFF -DBUILD_WERROR=OFF -C external/helper.cmake -S . -B build
16ninja -C build install
17popd
18rm -rf Vulkan-ValidationLayers
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette