Dridi Boukelmoune wrote: > If you take this compromise to an extreme then let's solve the Java > problem (or <insert similar stack here>) and grant an internet access > to builds. This way we can use vanilla maven/gradle/ivy to fetch > dependencies at build time and make sure that we can upgrade to the > latest versions of any leaf package. For Java, this does not work because Maven fetches precompiled JARs, whereas we need our software to be built from source. (You are not allowed to bundle precompiled JARs even if you download them beforehand or they are even included in the upstream tarball.) It is an essential requirement for a Free Software distribution that all software it ships is built from source. > For the Go case (and we can include Rust too) For those, please see Nicolas Mailhot's reply. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx