All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ima-evm-utils v2] CI: Add support for ALT Linux
@ 2021-07-15 12:43 Vitaly Chikunov
  2021-07-15 14:13 ` Mimi Zohar
  0 siblings, 1 reply; 2+ messages in thread
From: Vitaly Chikunov @ 2021-07-15 12:43 UTC (permalink / raw)
  To: Mimi Zohar, Dmitry Kasatkin, linux-integrity

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>
---
Chnges from v1:
- Fix skipping of gost algo tests.

 .github/workflows/ci.yml |  5 +++++
 .travis.yml              |  4 ++++
 ci/alt.sh                | 24 ++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 100755 ci/alt.sh

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2e0b1b0..088c041 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }}
diff --git a/.travis.yml b/.travis.yml
index 94fbb94..7a76273 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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}"
diff --git a/ci/alt.sh b/ci/alt.sh
new file mode 100755
index 0000000..87b4798
--- /dev/null
+++ b/ci/alt.sh
@@ -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 envirenment 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
-- 
2.29.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH ima-evm-utils v2] CI: Add support for ALT Linux
  2021-07-15 12:43 [PATCH ima-evm-utils v2] CI: Add support for ALT Linux Vitaly Chikunov
@ 2021-07-15 14:13 ` Mimi Zohar
  0 siblings, 0 replies; 2+ messages in thread
From: Mimi Zohar @ 2021-07-15 14:13 UTC (permalink / raw)
  To: Vitaly Chikunov, Mimi Zohar, Dmitry Kasatkin, linux-integrity

On Thu, 2021-07-15 at 15:43 +0300, Vitaly Chikunov wrote:
> 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>
> ---
> Chnges from v1:
> - Fix skipping of gost algo tests.

Thanks, now in next-testing.

Mimi


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 12:43 [PATCH ima-evm-utils v2] CI: Add support for ALT Linux Vitaly Chikunov
2021-07-15 14:13 ` Mimi Zohar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.