Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Change-Id: Iaa6d7c9769e3b7c7a35c364190bfb0082a72e0d2
  • Loading branch information
kpet committed Nov 24, 2024
1 parent a541493 commit 163e424
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-mesa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
ninja install
else
sudo ninja install
sudo $(which ninja) install
fi
- name: Fetch Mesa
run: |
Expand All @@ -82,11 +82,11 @@ jobs:
source venv/bin/activate
fi
pip list
if [ "$RUNNER_OS" == "macOS" ]; then
ls -l /opt/homebrew/opt/llvm/bin
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
export AR=/opt/homebrew/opt/llvm/bin/llvm-ar
fi
#if [ "$RUNNER_OS" == "macOS" ]; then
# ls -l /opt/homebrew/opt/llvm/bin
# export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
# export AR=/opt/homebrew/opt/llvm/bin/llvm-ar
#fi
cd mesa
meson setup -Dvulkan-drivers=swrast -Dintel-clc=system -Dopengl=false -Dgles1=false -Dgles2=false -Dgallium-drivers=llvmpipe -Dplatforms=${{ env.platforms }} build
# FIXME separate configure step necessary because using bash selects GNU link.exe
Expand Down

0 comments on commit 163e424

Please sign in to comment.