- Jul 25, 2024
- Jul 24, 2024
-
- Jul 23, 2024
- Jul 17, 2024
-
-
boklm authored
-
Our binaries are already stripped, so avoid stripping them again when creating Debian packages, as the version of binutils in our containers cannot understand some ELF sections of the new binaries generated after the Firefox+toolchain update.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
Our build servers cannot reach maven.mozilla.org through IPv6. With this commit, we switch to requests (we have it anyway, since we use it to build changelogs), which downloads dependencies on memory first, but usually dependencies are small and you need a giant amount of memory to build Java stuff anyway.
-
Pier Angelo Vendrame authored
Now the APKs are produced in the GeckoView project, rather than firefox-android.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
The steps to build Fenix after the migration to the monorepo are very similar to the ones we used to build it from the previous repository. However, they need to be run on the tor-browser.git repository, so in this commit we move part of the firefox-android project to the merge_aars phase of GeckoView.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
- Jul 16, 2024
-
-
Pier Angelo Vendrame authored
Google dropped support for KitKat in the Play Store. So, the minimum API level supported by the NDK and by Firefox is 21.
-
Pier Angelo Vendrame authored
In the android-toolchain project we used to add many versions of the tools we do not actually need. Also, since we are not building anything, but just extracting archives, we can run the build outside containers.
-
Pier Angelo Vendrame authored
This involves replacing all references to OpenJDK 11 with OpenJDK 17.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
Updated the tools from Firefox 128.
-
Pier Angelo Vendrame authored
Mozilla moved the YAML files in which they define their toolchain. Also, updated how we check Rust's version.
-
Pier Angelo Vendrame authored
configure_opt has been renamed to target_flags to avoid confusion with the the flags usually passed to configure scripts generated from autoconf.
-
- Jul 12, 2024
-
-
boklm authored
-
- Jul 09, 2024
-
-
Pier Angelo Vendrame authored
Mozilla uplifted Bug 1900421 to 115 to 128, so we have to switch to the new GitHub repository immediately as well.
-
- Jun 27, 2024
-
-
boklm authored
Following @ruihildt's suggestions we update the desktop file: - Added MimeType field (to have the browser listed as a possible default browser application) - Removed `X-MullvadBrowser-ExecShell` which is not used - Removed the "Security" category - Added the Version (of the desktop entry specification we use) - Added Terminal
-
boklm authored
-
- Jun 26, 2024
-
-
boklm authored
-
- Jun 20, 2024
-
-
- Jun 19, 2024
-
-
boklm authored
-
- Jun 12, 2024
-
-
boklm authored
And remove the `-install` from the other one.
-
- Jun 10, 2024
-
-
Pier Angelo Vendrame authored
This should make sure the script always bumps the build number in rbm.conf if needed.
-