Skip to content

Commit

Permalink
why not try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Sep 14, 2023
1 parent b4d6173 commit 9f540a5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[target.x86_64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:latest"
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes unzip pkg-config openssl:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes unzip pkg-config openssl libssl-dev",
"PB_REL='https://github.com/protocolbuffers/protobuf/releases'",
"PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip",
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
Expand All @@ -11,8 +10,7 @@ pre-build = [
[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:latest"
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes unzip pkg-config openssl:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes unzip pkg-config openssl libssl-dev",
"PB_REL='https://github.com/protocolbuffers/protobuf/releases'",
"PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip",
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
Expand All @@ -21,8 +19,7 @@ pre-build = [
[target.aarch64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest"
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes unzip pkg-config openssl:$CROSS_DEB_ARCH libssl-dev:$CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes unzip pkg-config openssl libssl-dev",
"PB_REL='https://github.com/protocolbuffers/protobuf/releases'",
"PB_VERSION='3.20.0' && curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-x86_64.zip",
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr"
Expand Down

0 comments on commit 9f540a5

Please sign in to comment.