samples: x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf pin gettext
Some checks failed
CI / crosstool (macos-13) (push) Has been cancelled
CI / crosstool (ubuntu-22.04) (push) Has been cancelled
CI / tarballs (ubuntu-22.04) (push) Has been cancelled
CI / toolchains (push) Has been cancelled

The latest gettext has problems building this configuration. Pin the
version to gettext-0.22.5 which works fine.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2025-02-02 19:43:51 +13:00
parent 2cf5986f61
commit 3700b0bde4

View File

@ -12,7 +12,6 @@ CT_KERNEL_LINUX=y
CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_LIBC_GLIBC=y
CT_GLIBC_USE_LIBIDN_ADDON=y
CT_GLIBC_LOCALES=y
CT_GLIBC_KERNEL_VERSION_NONE=y
@ -21,3 +20,4 @@ CT_CC_LANG_CXX=y
CT_DEBUG_GDB=y
CT_GDB_NATIVE=y
CT_GDB_NATIVE_STATIC=y
CT_GETTEXT_V_0_22_5=y