From 46b7b5b4ec8b68f8b9d93a8f5bb1d4443c2fc535 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:23:16 -0400 Subject: [PATCH] [aarch64][skcms] Reenable build (#8329) Now that #8271 is landed, this should work. Related: #8164 --- projects/skcms/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/skcms/project.yaml b/projects/skcms/project.yaml index d40c0195b..97e2f9252 100644 --- a/projects/skcms/project.yaml +++ b/projects/skcms/project.yaml @@ -9,7 +9,7 @@ sanitizers: - memory - undefined architectures: -# - aarch64 # Experimental, not generally available. + - aarch64 # Experimental, not generally available. - x86_64 - i386 main_repo: 'https://skia.googlesource.com/skcms.git'