Skip to content

Commit 960d208

Browse files
committed
chore(cubestore): Direct kafka download support -- fix master build
1 parent 51a0f39 commit 960d208

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/rust-cubestore-master.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ jobs:
169169

170170
cross:
171171
runs-on: ${{ matrix.os }}
172-
timeout-minutes: 60
172+
timeout-minutes: 90
173+
env:
174+
RUSTFLAGS: '-Ctarget-feature=+crt-static'
175+
OPENSSL_STATIC: 1
173176
strategy:
174177
matrix:
175178
target:
@@ -183,7 +186,7 @@ jobs:
183186
executable_name: cubestored
184187
cross: true
185188
strip: true
186-
compress: true
189+
compress: false
187190
- os: ubuntu-20.04
188191
target: x86_64-unknown-linux-musl
189192
executable_name: cubestored

0 commit comments

Comments
 (0)