summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-03 14:57:56 +0100
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2021-02-03 14:57:56 +0100
commitfb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4 (patch)
tree9f1995c11fcae452604ce22b6da155e0ee793776
parentci; run again with bigger log size (diff)
downloadlibrewolf-debian-fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4.tar.gz
librewolf-debian-fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4.tar.bz2
librewolf-debian-fb4a49c42d1f9ea7dfcd57626e919a3ae302c3e4.zip
check if this reduces log size
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh1
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!
bgstack15