aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 14:08:39 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 14:08:39 +0200
commited05c3f672e06a02e015e9cc71d9153ee1cff0b6 (patch)
tree1229eda43a44628dbc24c0a3bcd6d9c35c0063a4
parentwe should probably strip binaries, to avoid getting a 1.6G libxul.so (diff)
downloadlibrewolf-linux-ed05c3f672e06a02e015e9cc71d9153ee1cff0b6.tar.gz
librewolf-linux-ed05c3f672e06a02e015e9cc71d9153ee1cff0b6.tar.bz2
librewolf-linux-ed05c3f672e06a02e015e9cc71d9153ee1cff0b6.zip
try build without explicit gold; fix flatpak json
-rwxr-xr-xbinary_tarball/scripts/4_Build_Binary_Tarball.sh2
-rw-r--r--flatpak/content/io.gitlab.LibreWolf.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
index 31e7fb0..202a0a9 100755
--- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh
+++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
@@ -64,7 +64,7 @@ END
else
cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <<END
-ac_add_options --enable-linker=gold
+# ac_add_options --enable-linker=gold
END
fi
diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json
index 8feb9d6..8babf9d 100644
--- a/flatpak/content/io.gitlab.LibreWolf.json
+++ b/flatpak/content/io.gitlab.LibreWolf.json
@@ -1,7 +1,7 @@
{
"app-id": "io.gitlab.LibreWolf",
"runtime": "org.gnome.Platform",
- "runtime-version": "3.32",
+ "runtime-version": "3.33",
"sdk": "org.gnome.Sdk",
"command": "librewolf",
"modules": [
bgstack15