File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44[target .x86_64-unknown-linux-musl ]
55pre-build = [
6- # Alpine-based musl images use apk
7- " apk add --no-cache openssl-dev pkgconfig || (apt-get update && apt-get install -y libssl-dev pkg-config)"
6+ # Alpine-based musl images use apk; pkgconf is required (not pkgconfig)
7+ " apk add --no-cache pkgconf openssl-dev || (apt-get update && apt-get install -y pkg-config libssl-dev )"
88]
99
1010[target .aarch64-unknown-linux-musl ]
1111pre-build = [
12- # Alpine-based musl images use apk
13- " apk add --no-cache openssl-dev pkgconfig || (apt-get update && apt-get install -y libssl-dev pkg-config)"
12+ # Alpine-based musl images use apk; pkgconf is required (not pkgconfig)
13+ " apk add --no-cache pkgconf openssl-dev || (apt-get update && apt-get install -y pkg-config libssl-dev )"
1414]
1515
1616[target .aarch64-unknown-linux-gnu ]
You can’t perform that action at this time.
0 commit comments