aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-10-19 19:07:38 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-01-08 19:30:24 -0500
commit816a30abf2c76b6dd72412003c105f0f85e96913 (patch)
tree9f5c6faec31f40061c3ef015e0ed8b710b447751 /ci
parentb9b27d37c95a080ad9a7455d1d74672a98196dfe (diff)
downloadmeson-816a30abf2c76b6dd72412003c105f0f85e96913.zip
meson-816a30abf2c76b6dd72412003c105f0f85e96913.tar.gz
meson-816a30abf2c76b6dd72412003c105f0f85e96913.tar.bz2
CI: get wxgtk2 via aur_pkgs as it was dropped from the official repos
Note: this does not actually fix the image builder. It just lets us get far enough to see the testsuite error (the same docker bug that opensuse has).
Diffstat (limited to 'ci')
-rwxr-xr-xci/ciimage/arch/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/ciimage/arch/install.sh b/ci/ciimage/arch/install.sh
index 9628635..d4a3f09 100755
--- a/ci/ciimage/arch/install.sh
+++ b/ci/ciimage/arch/install.sh
@@ -10,7 +10,7 @@ pkgs=(
python python-pip
ninja make git sudo fakeroot autoconf automake patch
libelf gcc gcc-fortran gcc-objc vala rust bison flex cython go dlang-dmd
- mono boost qt5-base gtkmm3 gtest gmock protobuf wxgtk2 gobject-introspection
+ mono boost qt5-base gtkmm3 gtest gmock protobuf gobject-introspection
itstool gtk3 java-environment=8 gtk-doc llvm clang sdl2 graphviz
doxygen vulkan-validation-layers openssh mercurial gtk-sharp-2 qt5-tools
libwmf valgrind cmake netcdf-fortran openmpi nasm gnustep-base gettext
@@ -18,7 +18,7 @@ pkgs=(
# cuda
)
-aur_pkgs=(scalapack)
+aur_pkgs=(scalapack wxwidgets-gtk2)
cleanup_pkgs=(go)
AUR_USER=docker