mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 10:01:32 +02:00
coreos-base/update_engine: check ld-linux-*.so.2 for glibc 2.34
While glibc 2.33 has /lib64/ld-2.33.so, glibc 2.34 does not have that, but only /lib64/ld-linux-x86-64.so.2. So we should also check ld-linux-* as well. Pulls in https://github.com/flatcar-linux/update_engine/pull/17.
This commit is contained in:
parent
448e9aca9b
commit
835970dc2c
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="748eb99b18b67747f2e047327e9f2a18aa09d3b5" # flatcar-master
|
||||
CROS_WORKON_COMMIT="1c290db26e5591c5fe3497d91040e186e12b4315" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user