From ff18c320693e4324113d2047d0c2c056f6c5905c Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Sun, 3 Nov 2024 20:31:22 +0300 Subject: [PATCH] [lua] Disable building Aarch64 See also [1] and [2]. 1. https://github.com/google/oss-fuzz/issues/12670 2. https://github.com/ligurio/lua-c-api-tests/issues/108 --- projects/lua/project.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/lua/project.yaml b/projects/lua/project.yaml index 75efd925e629..f004feb3d07c 100644 --- a/projects/lua/project.yaml +++ b/projects/lua/project.yaml @@ -7,6 +7,5 @@ auto_ccs: - "estetus@gmail.com" main_repo: 'https://github.com/lua/lua' architectures: - - aarch64 - i386 - x86_64