mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
krata xen control-plane
This commit is contained in:
@ -2,9 +2,8 @@
|
||||
set -e
|
||||
|
||||
CROSS_RS_REV="7b79041c9278769eca57fae10c74741f5aa5c14b"
|
||||
FPM_VERSION="1.15.1"
|
||||
|
||||
PACKAGES=(build-essential musl-dev protobuf-compiler musl-tools)
|
||||
PACKAGES=(build-essential musl-dev musl-tools)
|
||||
|
||||
sudo apt-get update
|
||||
|
||||
@ -21,8 +20,3 @@ if [ "${CROSS_COMPILE}" = "1" ]
|
||||
then
|
||||
cargo install cross --git "https://github.com/cross-rs/cross.git" --rev "${CROSS_RS_REV}"
|
||||
fi
|
||||
|
||||
if [ "${CI_NEEDS_FPM}" = "1" ]
|
||||
then
|
||||
sudo gem install --no-document fpm -v "${FPM_VERSION}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user