VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/container/build-hang-detection.sh@ 103996

Last change on this file since 103996 was 103996, checked in by vboxsync, 13 months ago

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

  • Property svn:eol-style set to native
File size: 482 bytes
Line 
1#!/bin/bash
2
3set -ex
4
5PARALLEL_DEQP_RUNNER_VERSION=fe557794b5dadd8dbf0eae403296625e03bda18a
6
7git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner
8pushd /parallel-deqp-runner
9git checkout "$PARALLEL_DEQP_RUNNER_VERSION"
10meson . _build
11ninja -C _build hang-detection
12mkdir -p build/bin
13install _build/hang-detection build/bin
14strip build/bin/*
15find . -not -path './build' -not -path './build/*' -delete
16popd
Note: See TracBrowser for help on using the repository browser.

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