we might need dump_syms

This commit is contained in:
ohfp 2021-02-24 14:06:54 +01:00
parent e123b80f7d
commit 7b40f2a460
No known key found for this signature in database
GPG key ID: 2954CC8585E27A3F

View file

@ -66,7 +66,9 @@ rm -f mozconfig
# source /root/.cargo/env
# install cbindgen
cargo install --version 0.16.0 cbindgen
cargo install --version 0.17.0 cbindgen
# install dump_syms
cargo install dump_syms
if [[ $CARCH == 'aarch64' ]]; then