more fixes
This commit is contained in:
parent
af06eb9fbb
commit
c4b295a4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -114,13 +114,13 @@ docker-clean :
|
||||||
|
|
||||||
|
|
||||||
bootstrap : dir
|
bootstrap : dir
|
||||||
|
(cd librewolf-$(full_version) && ./mach --no-interactive bootstrap --application-choice=browser)
|
||||||
( export t=$$(pwd)/librewolf-$(full_version) && \
|
( export t=$$(pwd)/librewolf-$(full_version) && \
|
||||||
cd $(mozbuild) && \
|
cd $(mozbuild) && \
|
||||||
$$t/mach artifact toolchain --from-build sysroot-aarch64-linux-gnu && \
|
$$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-binutils && \
|
||||||
$$t/mach artifact toolchain --from-build linux64-cctools-port && \
|
$$t/mach artifact toolchain --from-build linux64-cctools-port && \
|
||||||
true )
|
true )
|
||||||
(cd librewolf-$(full_version) && ./mach --no-interactive bootstrap --application-choice=browser)
|
|
||||||
/root/cargo/bin/rustup target add aarch64-unknown-linux-gnu
|
/root/cargo/bin/rustup target add aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue