Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Reviewed-by: Rohan Garg <rohan.garg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13088>
10 lines
152 B
Bash
10 lines
152 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
cargo install --locked deqp-runner \
|
|
-j ${FDO_CI_CONCURRENT:-4} \
|
|
--version 0.9.0 \
|
|
--root /usr/local \
|
|
$EXTRA_CARGO_ARGS
|