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).
This commit is contained in:
parent
2b9bab23df
commit
05b7ca3128
1 changed files with 2 additions and 4 deletions
|
|
@ -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/silence-gtk-style-assertions.patch"
|
||||||
patch -p1 -i "${CI_PROJECT_DIR}/deb_patches/sandbox-update-arm-syscall-numbers.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
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1684261
|
||||||
patch -Np1 -i "${CI_PROJECT_DIR}/rust_build_fix.patch"
|
patch -Np1 -i "${CI_PROJECT_DIR}/rust_build_fix.patch"
|
||||||
fi
|
|
||||||
|
|
||||||
# Remove some pre-installed addons that might be questionable
|
# Remove some pre-installed addons that might be questionable
|
||||||
patch -p1 -i ${CI_PROJECT_DIR}/remove_addons.patch
|
patch -p1 -i ${CI_PROJECT_DIR}/remove_addons.patch
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue