From 15fa92a43bb2c018450c9ede94cb41be6e921cb2 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Sun, 21 Apr 2024 11:55:24 +0200 Subject: [PATCH] ci: install shaderc --- .builds/build.yml | 2 +- .builds/test.yml | 2 +- .builds/unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/build.yml b/.builds/build.yml index cf866ed5..f442a680 100644 --- a/.builds/build.yml +++ b/.builds/build.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake + sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake shaderc rustup toolchain install stable - build: | cd jay diff --git a/.builds/test.yml b/.builds/test.yml index 446d1f25..2d962d79 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake + sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc rustup toolchain install stable - configure: | sudo rmmod bochs diff --git a/.builds/unit-tests.yml b/.builds/unit-tests.yml index ec92b6af..d53ca632 100644 --- a/.builds/unit-tests.yml +++ b/.builds/unit-tests.yml @@ -4,7 +4,7 @@ sources: tasks: - install: | sudo pacman -Syu --noconfirm - sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake + sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake shaderc rustup toolchain install stable cd jay git submodule update --init