mirror of
https://github.com/kairos-io/packages.git
synced 2025-05-09 16:46:54 +00:00
Update keylime agent build (#1328)
We need to use rustup to get the stable cargo Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
1290f71034
commit
8b2b3bfc02
packages/utils/keylime-agent
@ -7,8 +7,9 @@ env:
|
||||
- GITHUB_REPO={{ ( index .Values.labels "github.repo" ) }}
|
||||
|
||||
prelude:
|
||||
- apt-get update && apt-get install -y git libclang-dev libssl-dev libtss2-dev libzmq3-dev pkg-config cargo make
|
||||
- apt-get update && apt-get install -y git gcc libclang-dev libssl-dev libtss2-dev libzmq3-dev pkg-config rustup make
|
||||
- PACKAGE_VERSION=v${PACKAGE_VERSION%\-*} && git clone --depth=1 --branch ${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/${GITHUB_REPO}
|
||||
- rustup default stable
|
||||
|
||||
steps:
|
||||
# build
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: "keylime-agent"
|
||||
category: "utils"
|
||||
version: "0.2.6-1"
|
||||
version: "0.2.7"
|
||||
labels:
|
||||
github.repo: "rust-keylime"
|
||||
github.owner: "keylime"
|
||||
|
Loading…
Reference in New Issue
Block a user