From 715418b4bc1ce16ec42231c774957c516751a811 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Mon, 16 Dec 2024 09:42:10 -0800 Subject: [PATCH] hack: remove loong64 validation in archutil Signed-off-by: Tonis Tiigi (cherry picked from commit 9a2d75f2b725849ce215dc9acf4831cb37f87a33) --- hack/dockerfiles/archutil.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/dockerfiles/archutil.Dockerfile b/hack/dockerfiles/archutil.Dockerfile index 114e86d474c9..5f080a1fd550 100644 --- a/hack/dockerfiles/archutil.Dockerfile +++ b/hack/dockerfiles/archutil.Dockerfile @@ -120,6 +120,8 @@ RUN --mount=type=bind,target=.,rw \ if [ "$(ls -A /generated-files)" ]; then cp -rf /generated-files/* ./util/archutil fi + # loong64 is not stable atm + git checkout -- util/archutil/loong64_binary.go diff=$(git status --porcelain -- util/archutil) if [ -n "$diff" ]; then echo >&2 'ERROR: The result of archutil differs. Please update with "make archutil"'