1
0
Fork 0
forked from wry/wry

vulkan: include precompiled shaders

This commit is contained in:
Julian Orth 2025-09-16 09:40:52 +02:00
parent 2dc9695621
commit 51575fce39
31 changed files with 425 additions and 122 deletions

View file

@ -6,7 +6,7 @@ tasks:
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa cmake shaderc
sudo pacman -S --noconfirm rustup libinput pango mesa
rustup toolchain install stable
- build: |
cd jay

View file

@ -6,7 +6,7 @@ tasks:
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup shaderc musl
sudo pacman -S --noconfirm rustup musl
rustup toolchain install stable
rustup target install x86_64-unknown-linux-musl
- build: |

View file

@ -6,7 +6,7 @@ tasks:
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor
rustup toolchain install stable
- configure: |
sudo rmmod bochs

View file

@ -6,7 +6,7 @@ tasks:
echo 'Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc
sudo pacman -S --noconfirm rustup libinput pango mesa xorg-xwayland adwaita-icon-theme libxcursor
rustup toolchain install stable
cd jay
git submodule update --init