File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ jobs:
128128 # Set environment variables for cross-compilation
129129 echo "PROTOC=/usr/local/bin/protoc" >> $GITHUB_ENV
130130 echo "PKG_CONFIG_ALLOW_CROSS=1" >> $GITHUB_ENV
131- echo "CROSS_CONTAINER_IN_CONTAINER=true" >> $GITHUB_ENV
132131
133132 - name : Build embedded only
134133 if : matrix.embedded_only == true
@@ -139,7 +138,6 @@ jobs:
139138 env :
140139 PROTOC : /usr/local/bin/protoc
141140 PKG_CONFIG_ALLOW_CROSS : 1
142- CROSS_CONTAINER_IN_CONTAINER : true
143141 run : cross build --release --target ${{ matrix.target }}
144142
145143 - name : Build with cargo
Original file line number Diff line number Diff line change 22passthrough = [
33 " PROTOC" ,
44 " PKG_CONFIG_ALLOW_CROSS" ,
5- " PKG_CONFIG_PATH" ,
65]
76
8- [target .armv7- linux-androideabi ]
7+ [target .aarch64-unknown- linux-gnu ]
98pre-build = [
10- " dpkg --add-architecture armhf" ,
119 " apt-get update" ,
1210 " apt-get install -y protobuf-compiler" ,
1311]
1412
13+ [target .armv7-linux-androideabi ]
14+ pre-build = [
15+ " apt-get update" ,
16+ " apt-get install -y protobuf-compiler" ,
17+ ]
18+
1519[target .armv7-unknown-linux-gnueabihf ]
1620pre-build = [
17- " dpkg --add-architecture armhf" ,
21+ " dpkg --add-architecture armhf" ,
1822 " apt-get update" ,
1923 " apt-get install -y protobuf-compiler" ,
2024 " apt-get install -y libdbus-1-dev:armhf pkg-config" ,
You can’t perform that action at this time.
0 commit comments