1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-09-13 07:41:54 +02:00

CI: Add support for ALT Linux

Build on Sisyphus branch which is bleeding edge repository.
Package manager is apt-rpm (not APT as it may look from the scripts).

Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Vitaly Chikunov
2021-07-15 23:47:28 +03:00
committed by Mimi Zohar
parent aef36466c9
commit 58a84044fd
3 changed files with 33 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ matrix:
env: DISTRO=debian:stable TSS=ibmtss
compiler: gcc
- os: linux
env: DISTRO=alt:sisyphus TSS=libtpm2-tss-devel
compiler: gcc
before_install:
# Tumbleweed requires podman and newest runc due docker incompatible with glibc 2.33 (faccessat2)
- CONTAINER="${CONTAINER:-docker}"