Module: Mesa
Branch: main
Commit: ae2947fbc5a7ad3879090777c829e44b7c339eb3
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae2947fbc5a7ad3879090777c829e44b7c339eb3

Author: Yonggang Luo <[email protected]>
Date:   Thu Jul 28 17:43:18 2022 +0800

ci: Building osmesa on OSX

Signed-off-by: Yonggang Luo <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17784>

---

 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4fce00b0161..7b15e7f49e4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
     - name: Install Mako
       run: pip3 install --user mako
     - name: Configure
-      run: meson . build -Dbuild-tests=true
+      run: meson . build -Dbuild-tests=true -Dosmesa=true
     - name: Build
       run: meson compile -C build
     - name: Test

Reply via email to