Skip to content

Commit

Permalink
CI: install byacc instead of bison on Arch
Browse files Browse the repository at this point in the history
So we can test the byacc path as well as the bison one
  • Loading branch information
dcbaker committed Jul 24, 2024
1 parent bb9b303 commit f9d75e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ciimage/arch/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-validation-layers openssh mercurial gtk-sharp-2 qt5-tools
Expand Down

0 comments on commit f9d75e7

Please sign in to comment.