With new rust 1.45, it needs patch like:
+# Versions of rust >= 1.45 need -Cembed-bitcode=yes for all crates when
+# using -Clto.
+ifeq (,$(filter 1.38.% 1.39.% 1.40.% 1.41.% 1.42.% 1.43.% 1.44.%,$(RUSTC_VERSION)))
+RUSTFLAGS += -Cembed-bitcode=yes
+endif
Pinned Comments
xiota commented on 2024-08-03 13:12 (UTC) (edited on 2024-08-08 02:52 (UTC) by xiota)
This package now attempts to build the latest available beta. The version auto updates on build, similar to git packages. There is technically no longer any need for version bumps. However, I plan to check and bump the package approximately once a month.
yurikoles commented on 2022-05-02 13:58 (UTC) (edited on 2023-08-15 21:10 (UTC) by yurikoles)
Mozilla's
mach
build system has some python dependencies, which version constraints may be in conflict with packages installed in your system, so I recommend building in a clean chroot.