diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-03 14:57:56 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-03 14:57:56 +0100 |
commit | fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4 (patch) | |
tree | 9f1995c11fcae452604ce22b6da155e0ee793776 | |
parent | ci; run again with bigger log size (diff) | |
download | librewolf-debian-fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4.tar.gz librewolf-debian-fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4.tar.bz2 librewolf-debian-fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4.zip |
check if this reduces log size
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index 63674e9..b578529 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -165,6 +165,7 @@ librewolf/silence-gtk-style-assertions.patch -p1 librewolf/sandbox-update-arm-syscall-numbers.patch -p1 librewolf/remove_addons.patch -p1 librewolf/megabar.patch -p1 +librewolf/reduce-rust-debuginfo.patch -p1 EOF # observe that build-with-libstdc++-7 is disabled for this dpkg. Debian builds Firefox with gcc, not clang. # fix some fuzz in remove_addons.patch. The space is important! |