Bug 1680306 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I build the package via OBS (Open Build Service), that's why I can't try the current tip.
Command run: `xvfb-run '--server-args=-screen 0 1920x1080x24' ./mach build -v`

Mozilla config:
cat /var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/BUILD/mozconfig
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS=-j16
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
. $topsrcdir/browser/config/mozconfig
ac_add_options --prefix=/usr
ac_add_options --libdir=/usr/lib64
ac_add_options --includedir=/usr/include
ac_add_options --enable-release
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
ac_add_options --enable-debug-symbols
# building with elf-hack started to fail everywhere with FF73
#%if 01550 > 1549
ac_add_options --disable-elf-hack
#%endif
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-ccache
ac_add_options --with-l10n-base=/home/abuild/rpmbuild/BUILD/l10n
#ac_add_options --with-system-jpeg    # libjpeg-turbo is used internally
#ac_add_options --with-system-png     # doesn't work because of missing APNG support
ac_add_options --with-system-zlib
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --enable-alsa
ac_add_options --disable-debug
#ac_add_options --enable-chrome-format=jar
ac_add_options --enable-update-channel=release
ac_add_options --with-mozilla-api-keyfile=/home/abuild/rpmbuild/SOURCES/mozilla-api-key
# Google-service currently not available for free anymore
#ac_add_options --with-google-location-service-api-keyfile=/home/abuild/rpmbuild/SOURCES/google-api-key
ac_add_options --with-google-safebrowsing-api-keyfile=/home/abuild/rpmbuild/SOURCES/google-api-key
ac_add_options --with-unsigned-addon-scopes=app
ac_add_options --allow-addon-sideload
ac_add_options --enable-official-branding
ac_add_options --enable-libproxy
# mitigation/workaround for bmo#1512162
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
# TW's gcc is currently also broken with LTO https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
ac_add_options MOZ_PGO=1
I build the package via OBS (Open Build Service), that's why I can't try the current tip.
Command run: `xvfb-run '--server-args=-screen 0 1920x1080x24' ./mach build -v`

Mozilla config:
```
$ cat /var/tmp/build-root/openSUSE_Factory-x86_64/home/abuild/rpmbuild/BUILD/mozconfig
mk_add_options MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZ_MAKE_FLAGS=-j16
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
. $topsrcdir/browser/config/mozconfig
ac_add_options --prefix=/usr
ac_add_options --libdir=/usr/lib64
ac_add_options --includedir=/usr/include
ac_add_options --enable-release
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
# bmo#1441155 - Disable the generation of Rust debug symbols on Linux32
ac_add_options --enable-debug-symbols
# building with elf-hack started to fail everywhere with FF73
#%if 01550 > 1549
ac_add_options --disable-elf-hack
#%endif
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --with-ccache
ac_add_options --with-l10n-base=/home/abuild/rpmbuild/BUILD/l10n
#ac_add_options --with-system-jpeg    # libjpeg-turbo is used internally
#ac_add_options --with-system-png     # doesn't work because of missing APNG support
ac_add_options --with-system-zlib
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --enable-alsa
ac_add_options --disable-debug
#ac_add_options --enable-chrome-format=jar
ac_add_options --enable-update-channel=release
ac_add_options --with-mozilla-api-keyfile=/home/abuild/rpmbuild/SOURCES/mozilla-api-key
# Google-service currently not available for free anymore
#ac_add_options --with-google-location-service-api-keyfile=/home/abuild/rpmbuild/SOURCES/google-api-key
ac_add_options --with-google-safebrowsing-api-keyfile=/home/abuild/rpmbuild/SOURCES/google-api-key
ac_add_options --with-unsigned-addon-scopes=app
ac_add_options --allow-addon-sideload
ac_add_options --enable-official-branding
ac_add_options --enable-libproxy
# mitigation/workaround for bmo#1512162
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
# TW's gcc is currently also broken with LTO https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951
ac_add_options MOZ_PGO=1
```

Back to Bug 1680306 Comment 1