[target.aarch64-unknown-linux-gnu] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ] [target.aarch64-unknown-linux-musl] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ] [target.x86_64-unknown-linux-gnu] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ] [target.x86_64-unknown-linux-musl] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ] [target.riscv64gc-unknown-linux-gnu] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ] [target.x86_64-unknown-freebsd] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ] [target.x86_64-unknown-netbsd] pre-build = [ "apt-get update && apt-get --assume-yes install protobuf-compiler" ]