1
0
mirror of https://github.com/kairos-io/packages.git synced 2025-05-09 16:46:54 +00:00

Update keylime agent build ()

We need to use rustup to get the stable cargo

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka 2025-03-17 14:10:41 +01:00 committed by GitHub
parent 1290f71034
commit 8b2b3bfc02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions
packages/utils/keylime-agent

View File

@ -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

View File

@ -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"