VirtualBox

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

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

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 664 位元組
 
1#!/usr/bin/env bash
2# shellcheck disable=SC2086 # we want word splitting
3# When changing this file, you need to bump the following
4# .gitlab-ci/image-tags.yml tags:
5# KERNEL_ROOTFS_TAG
6
7set -ex
8
9git config --global user.email "[email protected]"
10git config --global user.name "Mesa CI"
11
12git clone \
13 https://github.com/intel/libva-utils.git \
14 -b 2.18.1 \
15 --depth 1 \
16 /va-utils
17
18pushd /va-utils
19# Too old libva in Debian 11. TODO: when this PR gets in, refer to the patch.
20curl -L https://github.com/intel/libva-utils/pull/329.patch | git am
21
22meson setup build -D tests=true -Dprefix=/va $EXTRA_MESON_ARGS
23meson install -C build
24popd
25rm -rf /va-utils
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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