Cross Reference: build-hang-detection.sh
xref: /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/build-hang-detection.sh
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
1#!/bin/bash
2
3set -ex
4
5PARALLEL_DEQP_RUNNER_VERSION=6596b71cf37a7efb4d54acd48c770ed2d4ad6b7e
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
17

Indexes created Thu Dec 04 03:09:34 GMT 2025