From 7b40f2a460718bb62d0a8b208f7fc271e1950df6 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Wed, 24 Feb 2021 14:06:54 +0100 Subject: [PATCH] we might need dump_syms --- scripts/4_Build_Binary_Tarball.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/4_Build_Binary_Tarball.sh b/scripts/4_Build_Binary_Tarball.sh index 5489158..46584a5 100755 --- a/scripts/4_Build_Binary_Tarball.sh +++ b/scripts/4_Build_Binary_Tarball.sh @@ -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