kratactl: fix windows build

This commit is contained in:
Alex Zenla
2024-03-21 20:04:10 -07:00
parent 87689067a3
commit 901ec3b6e5
7 changed files with 5 additions and 10 deletions

10
hack/ci/install-linux-deps.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
sudo apt-get update
sudo apt-get install -y \
build-essential libssl-dev libelf-dev musl-dev \
flex bison bc protobuf-compiler musl-tools qemu-utils gcc-aarch64-linux-gnu
sudo gem install --no-document fpm
cargo install cross --git https://github.com/cross-rs/cross