mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
ci: fix Arch Linux GLIBC_2.38 not found
Arch Linux builds can fail if system is not upgraded while installing new packages, probably due to mismatched libraries: clang: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /usr/lib/libstdc++.so.6) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
@@ -16,7 +16,7 @@ case $CC in
|
||||
;;
|
||||
esac
|
||||
|
||||
pacman -Sy --noconfirm \
|
||||
pacman -Syu --noconfirm \
|
||||
libftdi-compat \
|
||||
libyaml \
|
||||
systemd-libs \
|
||||
|
||||
Reference in New Issue
Block a user