mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-11 12:52:32 +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
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user