Skip to content

Commit b906a54

Browse files
committed
fix(ci): add golang-go, nasm, libclang-dev to cross containers for aws-lc-sys
1 parent 765cfef commit b906a54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cross.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

0 commit comments

Comments
 (0)