we might need dump_syms
This commit is contained in:
parent
e123b80f7d
commit
7b40f2a460
1 changed files with 3 additions and 1 deletions
|
|
@ -66,7 +66,9 @@ rm -f mozconfig
|
||||||
# source /root/.cargo/env
|
# source /root/.cargo/env
|
||||||
|
|
||||||
# install cbindgen
|
# 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
|
if [[ $CARCH == 'aarch64' ]]; then
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue