ci: Enable llvmpipe on MacOS

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17879>
This commit is contained in:
Yonggang Luo
2022-08-05 15:00:27 +08:00
committed by Marge Bot
parent e04d4f881e
commit 0d0d245e7e

View File

@@ -32,7 +32,12 @@ jobs:
- name: Install Mako
run: pip3 install --user mako
- name: Configure
run: meson . build -Dbuild-tests=true -Dosmesa=true
run: |
cat > native_config <<EOL
[binaries]
llvm-config = '/usr/local/opt/llvm/bin/llvm-config'
EOL
meson . build --native-file=native_config -Dbuild-tests=true -Dosmesa=true -Dgallium-drivers=swrast
- name: Build
run: meson compile -C build
- name: Test