Skip to content

Commit

Permalink
hack: remove loong64 validation in archutil
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 9a2d75f)
  • Loading branch information
tonistiigi committed Dec 16, 2024
1 parent eb68885 commit 715418b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/dockerfiles/archutil.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down

0 comments on commit 715418b

Please sign in to comment.