diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-02 11:07:53 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-03-02 11:07:53 +0100 |
| commit | 3e590bc6150474e6edebc40505f09d4b998a9c1c (patch) | |
| tree | 94e2a5bb971659438f7ffeb66bb861bfac8178e6 | |
| parent | 294edb062102cd64520e6fcb2614956cbac5bc3e (diff) | |
add yacc to sfos
| -rw-r--r-- | .woodpecker/linux.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/linux.yaml b/.woodpecker/linux.yaml index 92c0782..5c9a996 100644 --- a/.woodpecker/linux.yaml +++ b/.woodpecker/linux.yaml @@ -23,7 +23,7 @@ matrix: platform: linux/aarch64 monero_make: monero_linux_arm64 moneroc_make: moneroc_linux_host64 - prepare_cmd: zypper in -y git clang libxkbcommon-devel wayland-protocols-devel wayland-client wayland-egl-devel make glibc-static + prepare_cmd: zypper in -y git clang libxkbcommon-devel wayland-protocols-devel wayland-client wayland-egl-devel make glibc-static byacc prepare_cmd_depends: make host_tool_perl triplet: aarch64-linux-sailfishos |
