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 |
|
---|
3 | set -ex
|
---|
4 |
|
---|
5 | PARALLEL_DEQP_RUNNER_VERSION=fe557794b5dadd8dbf0eae403296625e03bda18a
|
---|
6 |
|
---|
7 | git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner
|
---|
8 | pushd /parallel-deqp-runner
|
---|
9 | git checkout "$PARALLEL_DEQP_RUNNER_VERSION"
|
---|
10 | meson . _build
|
---|
11 | ninja -C _build hang-detection
|
---|
12 | mkdir -p build/bin
|
---|
13 | install _build/hang-detection build/bin
|
---|
14 | strip build/bin/*
|
---|
15 | find . -not -path './build' -not -path './build/*' -delete
|
---|
16 | popd
|
---|
Note:
See
TracBrowser
for help on using the repository browser.