fix aarch64 builds; 98.0.1-ish
This commit is contained in:
parent
7330076db4
commit
16a1ab1eea
2 changed files with 3305 additions and 0 deletions
3300
deb_patches/revert-crossbeam-crates-upgrade.patch
Normal file
3300
deb_patches/revert-crossbeam-crates-upgrade.patch
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -103,6 +103,11 @@ END
|
||||||
wget https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/extra/firefox/build-arm-libopus.patch -O ${_PATCHES_DIR}/build-arm-libopus.patch
|
wget https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/extra/firefox/build-arm-libopus.patch -O ${_PATCHES_DIR}/build-arm-libopus.patch
|
||||||
patch -Np1 -i ${_PATCHES_DIR}/build-arm-libopus.patch
|
patch -Np1 -i ${_PATCHES_DIR}/build-arm-libopus.patch
|
||||||
|
|
||||||
|
# Revert the upgrade of crossbeam-* crates that happened in Firefox 98.0,
|
||||||
|
# which resulted in a regression on arm64 where the browser wouldn't start
|
||||||
|
# (https://bugzilla.mozilla.org/show_bug.cgi?id=1757571)
|
||||||
|
patch -Np1 -i "${CI_PROJECT_DIR}/deb_patches/revert-crossbeam-crates-upgrade.patch"
|
||||||
|
|
||||||
else
|
else
|
||||||
cat >>${CI_PROJECT_DIR}/mozconfig <<END
|
cat >>${CI_PROJECT_DIR}/mozconfig <<END
|
||||||
# ubuntu seems to recommend this
|
# ubuntu seems to recommend this
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue