diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-07-24 09:09:15 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-24 22:20:49 -0700 |
| commit | ead297a6626b9f96b1d41e11d8b19db038333ad1 (patch) | |
| tree | fb811d6e68d5c0a2a85557155ce401b0845d949a /ci/ciimage/arch | |
| parent | 860c2bfad35d35dbef056f5775ead376868373d6 (diff) | |
| download | meson-ead297a6626b9f96b1d41e11d8b19db038333ad1.tar.gz | |
CI: install byacc instead of bison on Arch
So we can test the byacc path as well as the bison one
Diffstat (limited to 'ci/ciimage/arch')
| -rwxr-xr-x | ci/ciimage/arch/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh index 67cbcfc3d..402bb0402 100755 --- a/ci/ciimage/arch/install.sh +++ b/ci/ciimage/arch/install.sh @@ -9,7 +9,7 @@ source /ci/common.sh pkgs=( python python-pip pypy3 ninja make git sudo fakeroot autoconf automake patch - libelf gcc gcc-fortran gcc-objc vala rust bison flex cython go dlang-dmd + libelf gcc gcc-fortran gcc-objc vala rust byacc flex cython go dlang-dmd mono boost qt5-base gtkmm3 gtest gmock protobuf gobject-introspection itstool glib2-devel gtk3 java-environment=8 gtk-doc llvm clang sdl2 graphviz doxygen vulkan-headers vulkan-icd-loader vulkan-validation-layers openssh mercurial gtk-sharp-3 qt5-tools |
