more fixes

This commit is contained in:
Bert van der Weerd 2022-10-28 02:04:17 +02:00
parent af06eb9fbb
commit c4b295a4b1
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -114,13 +114,13 @@ docker-clean :
bootstrap : dir
(cd librewolf-$(full_version) && ./mach --no-interactive bootstrap --application-choice=browser)
( export t=$$(pwd)/librewolf-$(full_version) && \
cd $(mozbuild) && \
$$t/mach artifact toolchain --from-build sysroot-aarch64-linux-gnu && \
$$t/mach artifact toolchain --from-build linux64-binutils && \
$$t/mach artifact toolchain --from-build linux64-cctools-port && \
true )
(cd librewolf-$(full_version) && ./mach --no-interactive bootstrap --application-choice=browser)
/root/cargo/bin/rustup target add aarch64-unknown-linux-gnu