Consider serving the nightlies out/ folder over HTTP
There are multiple artifacts we need to fetch in order to do development builds of tor and mullvad browser. Not only on Android, but also on Desktop we have fetch steps in the build.
Desktop gets clever and fetches a released binary and then gets the artifacts from there, while Android requires a user to have built tbb and then fetches from their local out/ folder.
Other than the artifacts we already fetch, there are toolchains we need to use for development that could be fetched from tbb such as clang, node, rust etc.
I propose we make the nightlies out/ folder public, so that we can easily fetch artifacts from tbb --without having to build it.
This is related to also building in the browsers CI, as it would make sense to use as much of the toolchains from tbb as possible in there for consistency sake.
Once this is published, we will also be able to hook ./mach bootstrap
to fetch from this folder for a very nice developer experience.