mirror of
https://git.code.sf.net/p/linux-ima/ima-evm-utils
synced 2025-07-01 13:21:12 +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
24
ci/alt.sh
Executable file
24
ci/alt.sh
Executable file
@ -0,0 +1,24 @@
|
||||
#!/bin/sh -ex
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Install build env for ALT Linux
|
||||
|
||||
apt-get update -y
|
||||
|
||||
# rpm-build brings basic build environment with gcc, make, autotools, etc.
|
||||
apt-get install -y \
|
||||
$CC \
|
||||
$TSS \
|
||||
asciidoc \
|
||||
attr \
|
||||
docbook-style-xsl \
|
||||
libattr-devel \
|
||||
libkeyutils-devel \
|
||||
libssl-devel \
|
||||
openssl \
|
||||
openssl-gost-engine \
|
||||
rpm-build \
|
||||
wget \
|
||||
xsltproc \
|
||||
xxd \
|
||||
&& control openssl-gost enabled
|
Reference in New Issue
Block a user