mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
ci: be explicit about the meson setup subcommand
The old way of doing things is deprecated. Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20827>
This commit is contained in:
parent
4f50eba5a5
commit
e4ccd74cbc
2 changed files with 3 additions and 2 deletions
|
|
@ -59,7 +59,8 @@ case $CI_JOB_NAME in
|
|||
esac
|
||||
|
||||
rm -rf _build
|
||||
meson _build --native-file=native.file \
|
||||
meson setup _build \
|
||||
--native-file=native.file \
|
||||
--wrap-mode=nofallback \
|
||||
--force-fallback-for perfetto \
|
||||
${CROSS+--cross "$CROSS_FILE"} \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ $depsInstallPath="C:\mesa-deps"
|
|||
|
||||
Push-Location $builddir
|
||||
|
||||
meson `
|
||||
meson setup `
|
||||
--default-library=shared `
|
||||
--buildtype=release `
|
||||
--wrap-mode=nodownload `
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue