File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[target .x86_64-unknown-linux-gnu ]
2- pre-build = [" apt-get update && apt-get install -y protobuf-compiler cmake" ]
2+ pre-build = [" apt-get update && apt-get install -y protobuf-compiler cmake golang-go nasm libclang-dev pkg-config libssl-dev " ]
33
44[target .x86_64-unknown-linux-musl ]
5- pre-build = [" apt-get update && apt-get install -y protobuf-compiler cmake musl-tools" ]
5+ pre-build = [" apt-get update && apt-get install -y protobuf-compiler cmake golang-go nasm libclang-dev musl-tools pkg-config libssl-dev " ]
66
77[target .aarch64-unknown-linux-gnu ]
8- pre-build = [" apt-get update && apt-get install -y protobuf-compiler cmake" ]
8+ pre-build = [" dpkg --add-architecture arm64 && apt-get update && apt-get install -y protobuf-compiler cmake golang-go nasm libclang-dev pkg-config " ]
99
You can’t perform that action at this time.
0 commit comments