aboutsummaryrefslogtreecommitdiff
path: root/binary_tarball
Commit message (Collapse)AuthorAge
* small AppStream and AppImage fixesohfp2020-03-31
|
* fix path to xml for envsubstohfp2020-03-31
|
* add some optional dependencies during tarball buildohfp2020-03-31
|
* fix some env vars for aarch64 buildsohfp2020-03-31
|
* generate appstream metadataohfp2020-03-31
|
* appdir-lint demands a png; fix variable in configure-source scriptohfp2020-03-31
|
* use clang from repos for aarch64ohfp2020-03-31
|
* comment some ubuntu-specific options; fix flatpak json talk-variableohfp2020-03-30
|
* export hardening variablesohfp2020-03-30
|
* build PIE librewolf via hardening-wrapperohfp2020-03-30
|
* try build without explicit gold; fix flatpak jsonohfp2020-03-30
|
* we should probably strip binaries, to avoid getting a 1.6G libxul.soohfp2020-03-30
|
* fix tarball / path handling in configure-tarball scriptohfp2020-03-30
|
* fix leftover tarball path variableohfp2020-03-30
|
* fix variable names for patch pathesohfp2020-03-30
|
* too many mozconfigs, again..ohfp2020-03-30
|
* Disable PGO for deb/ubuntu, because everything is horrible.ohfp2020-03-30
| | | | | | | Also: Grab dependencies, patches and further config options from ubuntu upstream build sources. Builds statically against a mozilla-gcc-7/libstdc++7. Let's hope this works for Appimages and Flatpaks as well, "everywhere".
* re-introduce profilingohfp2020-03-29
|
* try it with libstdc++6ohfp2020-03-29
|
* bash/script fixesohfp2020-03-29
|
* mozconfig not available at build timeohfp2020-03-29
|
* try it without profilingohfp2020-03-29
|
* try profiling without =crossohfp2020-03-29
|
* nasm is, of course, not recent as wellohfp2020-03-29
|
* of course, nodejs is ancient as wellohfp2020-03-29
|
* of course, on ubuntu we need libclang-9-dev, pulling in libclang1-9. wtfohfp2020-03-29
|
* use symlinks-path for libclangohfp2020-03-29
|
* re-add clang-9 againohfp2020-03-29
|
* try full path to libclangohfp2020-03-29
|
* interfere less with what mach bootstrap wants to doohfp2020-03-29
|
* libclang-pathohfp2020-03-29
|
* nope, have to install cbindgen separately it seemsohfp2020-03-29
|
* re-run bootstrapohfp2020-03-29
|
* correct jack dependency: libjack-devohfp2020-03-29
|
* missing dependency: jackdohfp2020-03-29
|
* check if mach bootstrap errors when succeeding?ohfp2020-03-29
|
* specify clang versions; some further script fixes/correctionsohfp2020-03-29
|
* various (hopefully) script fixesohfp2020-03-29
|
* how hard can it be?ohfp2020-03-29
|
* bad c&p fixed (sudo)ohfp2020-03-29
|
* get more output from apt updateohfp2020-03-29
|
* forgot an apt updateohfp2020-03-29
|
* install clang on 16.04ohfp2020-03-29
|
* mozconfig path is elsewhereohfp2020-03-29
|
* bootstrap recreates mozconfig, it seemsohfp2020-03-29
|
* several small script fixesohfp2020-03-29
|
* oh ubuntu..: xz is in xz-utilsohfp2020-03-29
|
* missing dependencyohfp2020-03-28
|
* call things $srcdirohfp2020-03-28
|
* de-Archify some aspects of builds and -scripts; allow to initiate separate ↵ohfp2020-03-28
| | | | steps manually; first attempt to build tarball on ubuntu 16.04
bgstack15