This commit is contained in:
ohfp 2021-07-17 16:47:21 +02:00
parent 25f3891908
commit 156fce08a1
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F
3 changed files with 3 additions and 4 deletions

View file

@ -8,8 +8,8 @@ Description: reduce the rust debuginfo level
with recent versions of rustc pretty much all supported architectures are with recent versions of rustc pretty much all supported architectures are
affected, so it is now unconditional. affected, so it is now unconditional.
--- a/build/moz.configure/toolchain.configure --- a/build/moz.configure/rust.configure
+++ b/build/moz.configure/toolchain.configure +++ b/build/moz.configure/rust.configure
@@ -2167,7 +2167,7 @@ def rust_compile_flags(opt_level, debug_ @@ -2167,7 +2167,7 @@ def rust_compile_flags(opt_level, debug_
debug_assertions = False debug_assertions = False

View file

@ -16,7 +16,6 @@ _DEPENDENCIES="wget git xvfb \
libx11-xcb-dev \ libx11-xcb-dev \
libxt-dev \ libxt-dev \
libxext-dev \ libxext-dev \
libgtk2.0-dev \
libgtk-3-dev \ libgtk-3-dev \
libglib2.0-dev \ libglib2.0-dev \
libpango1.0-dev \ libpango1.0-dev \

View file

@ -11,7 +11,7 @@ LAUNCHER_SCRIPT=$3;
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
_SCRIPT_FOLDER=$(realpath $(dirname $0)); _SCRIPT_FOLDER=$(realpath $(dirname $0));
_EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf; _EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf;
_SETTINGS_TAG=${SETTINGS_TAG:-'1.1'} _SETTINGS_TAG=${SETTINGS_TAG:-'1.3'}
_SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git'; _SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git';
# Extracts the binary tarball # Extracts the binary tarball