Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mesa-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ EOF
schroot -c $2 -- sh -c "sudo apt -y build-dep mesa"
schroot -c $2 -- sh -c "sudo apt -y install git"

# handle meson
schroot -c $2 -- sh -c "sudo apt -y install python3-pip"
schroot -c $2 -- sh -c "sudo pip3 install --upgrade pip"
schroot -c $2 -- sh -c "sudo pip3 install --break-system-packages --upgrade meson"

# Handle LLVM
schroot -c $2 -- sh -c "sudo apt -y install llvm llvm-15"
# Contemporary Mesa requires LLVM 15. Make sure it's available
Expand Down