summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-20Fix profiling, update options (#15)xiota
2024-02-02Fix nightly pkgver() function (#14)xiota
2024-01-16Adjust nightly option, add symbols option (#13)xiota
2024-01-15Reuse existing profile (#12)xiota
2024-01-03Force nightly mode (#11)xiota
2023-12-29Update upload script, modify config, enable PGO (#10)xiota
2023-12-22Fix PGO, update, and reorganize (#9)xiota
2023-11-17sync with firefox-hg (#8)xiota
2023-11-17Fix missing build config (#7)xiota
Co-authored-by: xiota <aur@mentalfossa.com>
2023-08-29Remove crash reporting (#6)lordkitsuna
2023-08-18Fix conflict/provide (#5)Niko Cantero
2023-08-18rebrand and rebase based on firefox-nightly (#3)Niko Cantero
Co-authored-by: Niko Cantero <97130632+VexfulNiko@users.noreply.github.com>
2023-06-16still not working, try another wayPaulo Matias
2023-06-12not really, we should modify at $SRCDESTPaulo Matias
2023-06-12remote.origin.fetch is being overwritten after prepare()Paulo Matias
2023-06-12refrain from using system icu until arch upgrades itPaulo Matias
2023-04-17Revert "optimize git fetch --all -p"Paulo Matias
This reverts commit 91eb09a6ebe2244594f953226de03fbdfb6dab9a.
2023-04-15optimize git fetch --all -pPaulo Matias
2023-04-14add remote.origin.fetch fix for git-cinnabarPaulo Matias
2023-04-08Fetch sources using git-cinnabar instead of hgPaulo Matias
Recently, Mercurial has been crashing a lot with the mozilla-unified repo in my system. So unfortunately I had to resort to fetching the sources using git-cinnabar, at least for now.
2022-11-14Let the build system set LTO itself where it makes sensePaulo Matias
According to ptr1337, this reduces RAM usage from 60GB to 12GB. Arch's Firefox package also uses this option. Not sure why that happens. Our hypothesis is that Firefox build system might enable `-flto` only where it makes sense. If you have data, contact us, we are curious.
2022-11-13depend on pipewire instead of libpipewire02Paulo Matias
2022-11-09use stable wasi sdk, just like Arch's firefoxPaulo Matias
2022-05-17fix EVENT__SIZEOF_TIME_T undeclared errorPaulo Matias
2022-05-17Revert "depend on pip instead of setuptools"Paulo Matias
This reverts commit 590618c63ecf63201218e1ddeaec6400fe8bfd9f.
2022-05-12depend on pip instead of setuptoolsPaulo Matias
2022-04-22Revert "refrain from using system icu until arch upgrades it"Paulo Matias
This reverts commit 8deeea9265d6cd12578a165f8fb93d4fd29a9916.
2022-04-10refrain from using system icu until arch upgrades itPaulo Matias
2022-04-08forgot to remove the patch commandPaulo Matias
2022-04-06bug1762050 pushed to autolandPaulo Matias
2022-03-31update patch for bug 1762050Paulo Matias
2022-03-30update .SRCINFOPaulo Matias
2022-03-30temporarily add patch for bug 1762050Paulo Matias
2022-03-25use vendored python packages to avoid incompatibilityPaulo Matias
2022-03-24replace deprecated variablePaulo Matias
2021-12-16it turns out xvfb is required for PGO after allPaulo Matias
2021-12-15use ac_add_options to enable MOZ_PGO (suggestion by nanotwerp)Paulo Matias
2021-11-24Revert "refrain from using system icu until arch upgrades it"Paulo Matias
This reverts commit 988a8c369507813588816929f137d09eb886cc1e.
2021-11-23typoPaulo Matias
2021-11-23use system's libwebpPaulo Matias
2021-11-23Revert "the extra package does not use many of these system libs"Paulo Matias
This reverts commit 3be5dbf41c9a3acb7ffcc684beb19084c9c808e5.
2021-11-22the extra package does not use many of these system libsPaulo Matias
2021-11-18refrain from using system icu until arch upgrades itPaulo Matias
2021-11-04fix symbols zip file namePaulo Matias
2021-11-04chmod +x upload-symbol-archivePaulo Matias
2021-11-04Revert "Disable dumping symbols"Paulo Matias
This reverts commit c6fce3a91ac695667287310f271cff386a29176e.
2021-11-02try WASM_{CC,CXX}Paulo Matias
2021-11-02try to set WASI_{CC,CXX,LD}Paulo Matias
2021-11-02let's try with wasi-sdk-gitPaulo Matias
2021-11-02change to wasi-libc-git as suggested in Bug 1571559Paulo Matias