ci/deqp-runner: do a release build instead of debug

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27420>
This commit is contained in:
Eric Engestrom
2024-02-01 17:09:22 +00:00
committed by Marge Bot
parent 4c92084ed9
commit 8fd86519a1

View File

@@ -44,9 +44,9 @@ else
cargo-ndk
rustup target add x86_64-linux-android
RUSTFLAGS='-C target-feature=+crt-static' cargo ndk --target x86_64-linux-android build
RUSTFLAGS='-C target-feature=+crt-static' cargo ndk --target x86_64-linux-android build --release
mv target/x86_64-linux-android/debug/deqp-runner /deqp-runner
mv target/x86_64-linux-android/release/deqp-runner /deqp-runner
cargo uninstall --locked \
--root /usr/local \