Commits on Source (19)
-
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.
-
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
Updated the tools from Firefox 128.
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
This involves replacing all references to OpenJDK 11 with OpenJDK 17.
-
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
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
-
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
Now the APKs are produced in the GeckoView project, rather than firefox-android.
-
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
-
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.
Showing
- projects/android-toolchain/build 27 additions, 68 deletionsprojects/android-toolchain/build
- projects/android-toolchain/config 30 additions, 77 deletionsprojects/android-toolchain/config
- projects/application-services/bug40485.diff 9 additions, 73 deletionsprojects/application-services/bug40485.diff
- projects/application-services/build 29 additions, 30 deletionsprojects/application-services/build
- projects/application-services/config 21 additions, 26 deletionsprojects/application-services/config
- projects/application-services/gradle-dependencies-list.txt 416 additions, 385 deletionsprojects/application-services/gradle-dependencies-list.txt
- projects/application-services/list_toolchain_updates_checks 1 addition, 25 deletionsprojects/application-services/list_toolchain_updates_checks
- projects/application-services/no-git.patch 0 additions, 23 deletionsprojects/application-services/no-git.patch
- projects/application-services/no-ndk-lookup.diff 18 additions, 0 deletionsprojects/application-services/no-ndk-lookup.diff
- projects/application-services/offline-nimbus-fml.diff 69 additions, 0 deletionsprojects/application-services/offline-nimbus-fml.diff
- projects/application-services/ohttp-no-git.diff 15 additions, 0 deletionsprojects/application-services/ohttp-no-git.diff
- projects/browser/build.android 3 additions, 3 deletionsprojects/browser/build.android
- projects/browser/config 3 additions, 2 deletionsprojects/browser/config
- projects/cbindgen/config 3 additions, 3 deletionsprojects/cbindgen/config
- projects/common/fake-git 25 additions, 0 deletionsprojects/common/fake-git
- projects/common/list_toolchain_updates-common-firefox-geckoview 8 additions, 8 deletions...ts/common/list_toolchain_updates-common-firefox-geckoview
- projects/firefox/build 5 additions, 2 deletionsprojects/firefox/build
- projects/firefox/config 9 additions, 4 deletionsprojects/firefox/config
- projects/firefox/list_toolchain_updates_checks 6 additions, 6 deletionsprojects/firefox/list_toolchain_updates_checks
- projects/fxc2/config 1 addition, 1 deletionprojects/fxc2/config
This diff is collapsed.
projects/common/fake-git
0 → 100644