Skip to content

Commit

Permalink
meta: Fix build on ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jan 26, 2025
1 parent ad7de38 commit 058846f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meta/scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

export DEBIAN_FRONTEND=noninteractive

apt update
apt install ccache build-essential git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86 mtools liburing-dev
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 19
apt-get update -y --no-install-recommends
apt-get install -y --no-install-recommends ccache build-essential git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86 mtools liburing-dev
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 19 all

0 comments on commit 058846f

Please sign in to comment.