|
1 | 1 | [target.x86_64-unknown-linux-gnu] |
2 | | -pre-build = ["apt-get update && apt-get install --assume-yes unzip ", |
| 2 | +pre-build = ["apt-get update && apt-get install --assume-yes unzip libssl-dev:$CROSS_DEB_ARCH", |
3 | 3 | "PB_REL='https://github.com/protocolbuffers/protobuf/releases'", |
4 | 4 | "PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip", |
5 | 5 | "unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"] |
6 | 6 |
|
7 | 7 | [target.armv7-unknown-linux-gnueabihf] |
8 | | -pre-build = ["apt-get update && apt-get install --assume-yes unzip ", |
| 8 | +pre-build = ["apt-get update && apt-get install --assume-yes unzip libssl-dev:$CROSS_DEB_ARCH", |
9 | 9 | "PB_REL='https://github.com/protocolbuffers/protobuf/releases'", |
10 | 10 | "PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip", |
11 | 11 | "unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"] |
12 | 12 |
|
13 | 13 | [target.aarch64-unknown-linux-gnu] |
14 | | -pre-build = ["apt-get update && apt-get install --assume-yes unzip ", |
| 14 | +pre-build = ["apt-get update && apt-get install --assume-yes unzip libssl-dev libssl-dev:$CROSS_DEB_ARCH", |
15 | 15 | "PB_REL='https://github.com/protocolbuffers/protobuf/releases'", |
16 | 16 | "PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip", |
17 | 17 | "unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"] |
18 | 18 |
|
19 | 19 | [target.x86_64-unknown-freebsd] |
20 | | -pre-build = ["apt-get update && apt-get install --assume-yes unzip ", |
| 20 | +pre-build = ["apt-get update && apt-get install --assume-yes unzip libssl-dev", |
21 | 21 | "PB_REL='https://github.com/protocolbuffers/protobuf/releases'", |
22 | 22 | "PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip", |
23 | 23 | "unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"] |
0 commit comments