mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-19 13:45:54 +00:00
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.7.2 \
|
|
--root /usr/local \
|
|
$EXTRA_CARGO_ARGS
|