Revert "let's try something for the aarch64 builds"

This reverts commit 2b9bab23df.

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).
master
ohfp 2021-02-15 13:20:32 +01:00
parent 2b9bab23df
commit 05b7ca3128
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
1 changed files with 2 additions and 4 deletions

View File

@ -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