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

View File

@ -7,8 +7,9 @@ env:
- GITHUB_REPO={{ ( index .Values.labels "github.repo" ) }} - GITHUB_REPO={{ ( index .Values.labels "github.repo" ) }}
prelude: 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} - PACKAGE_VERSION=v${PACKAGE_VERSION%\-*} && git clone --depth=1 --branch ${PACKAGE_VERSION} https://github.com/${GITHUB_ORG}/${GITHUB_REPO}
- rustup default stable
steps: steps:
# build # build

View File

@ -1,6 +1,6 @@
name: "keylime-agent" name: "keylime-agent"
category: "utils" category: "utils"
version: "0.2.6-1" version: "0.2.7"
labels: labels:
github.repo: "rust-keylime" github.repo: "rust-keylime"
github.owner: "keylime" github.owner: "keylime"