| 28 Mar 2025 |
emily | so https://github.com/Eveeifyeve/nixpkgs/commit/f164dcc84136c6eb13e9e4862cc7a77611398b7a is incorrect, AFAICT? it needs to download the corresponding Firefox source and apply the patches | 14:39:42 |
emily | buildMozillaMach will expect a complete Firefox tree | 14:39:53 |
hexa | 🤷♂️ | 14:40:24 |
eveeifyeve | What's a way we can make it have the full source tree with firefox? | 14:41:40 |
nbp | I would not think there is any way around using mach, as this is what is used to generate the various build tool files. | 14:41:44 |
eveeifyeve | * What's a way we can make it have the full source tree with firefox? since I don't think there is a way to combine firefox + src. | 14:42:02 |
nbp | Than I do not know what buildMozillaMach is doing. | 14:42:04 |
hexa | roughly: mach configure, make, mach package, mach configure make, mach buildsymbols | 14:44:00 |