From 05b7ca3128366ac90648d448e4dff3a2ffa2448c Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Mon, 15 Feb 2021 13:20:32 +0100 Subject: [PATCH] Revert "let's try something for the aarch64 builds" This reverts commit 2b9bab23df5ca3c1f567eaf07f3df9a03715bbdf. Doesn't work. Time to drop flatpak/appimage builds for aarch64, I'd say. Probably not worth the hassle (assuming they're barely used anyway, if at all). --- scripts/3_Configure_Source_Code.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 0088798..916c8ca 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -126,10 +126,8 @@ patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/python3-remove-pep487.patch" patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/silence-gtk-style-assertions.patch" patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/sandbox-update-arm-syscall-numbers.patch" -if [[ $CARCH != 'aarch64' ]]; then - # https://bugzilla.mozilla.org/show_bug.cgi?id=1684261 - patch -Np1 -i "${CI_PROJECT_DIR}/rust_build_fix.patch" -fi +# https://bugzilla.mozilla.org/show_bug.cgi?id=1684261 +patch -Np1 -i "${CI_PROJECT_DIR}/rust_build_fix.patch" # Remove some pre-installed addons that might be questionable patch -p1 -i ${CI_PROJECT_DIR}/remove_addons.patch