mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 21:31:14 +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:

committed by
Mimi Zohar

parent
aef36466c9
commit
58a84044fd
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -92,6 +92,11 @@ jobs:
|
||||
CC: clang
|
||||
TSS: ibmtss
|
||||
|
||||
- container: "alt:sisyphus"
|
||||
env:
|
||||
CC: gcc
|
||||
TSS: libtpm2-tss-devel
|
||||
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
env: ${{ matrix.env }}
|
||||
|
Reference in New Issue
Block a user