nope, have to install cbindgen separately it seems

This commit is contained in:
ohfp 2020-03-29 12:28:17 +02:00
parent 85573cb93c
commit 624aedc79d

View file

@ -51,9 +51,8 @@ printf "\nRunning bootstrapper to install build dependencies (using ./mach scrip
# add cargo binary to path
source /root/.cargo/env
# Runs bootstrapper agin to install dependencies (like cbindgen)
printf "\nRunning bootstrapper to install remaining build dependencies (using ./mach script within source code)\n";
./mach bootstrap --application-choice=browser --no-interactive
# install cbindgen
cargo install cbindgen
rm -f mozconfig