Skip to content

Commit 778072f

Browse files
committed
Add missing addr2line dependency to compiler-builtins-dummy
This fixes Android builds using the the extra-targets path on Debian stable.
1 parent 4156170 commit 778072f

File tree

1 file changed

+1
-0
lines changed
  • deterministic-build-wrappers/compiler-builtins-dummy

1 file changed

+1
-0
lines changed

deterministic-build-wrappers/compiler-builtins-dummy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ edition = "2021"
77
compiler_builtins = "=0.1.109"
88
gimli = "=0.25.0"
99
object = "=0.26.2"
10+
addr2line = "=0.16.0"

0 commit comments

Comments
 (0)