All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: linux-integrity@vger.kernel.org
Cc: dmitry.kasatkin@gmail.com, vt@altlinux.org,
	stefanb@linux.ibm.com, Roberto Sassu <roberto.sassu@huawei.com>,
	Petr Vorel <petr.vorel@gmail.com>,
	Mimi Zohar <zohar@linux.ibm.com>, Petr Vorel <pvorel@suse.cz>
Subject: [PATCH ima-evm-utils 3/3] github: Put openSSL build into own section
Date: Tue, 14 Feb 2023 22:00:35 +0100	[thread overview]
Message-ID: <20230214210035.585395-4-pvorel@suse.cz> (raw)
In-Reply-To: <20230214210035.585395-1-pvorel@suse.cz>

From: Petr Vorel <petr.vorel@gmail.com>

That helps readability when reviewing logs.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Tested:
https://github.com/pevik/ima-evm-utils/actions/runs/4177976359/jobs/7236222413

 .github/workflows/ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c76c70a..e3dcf3d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -192,7 +192,12 @@ jobs:
         INSTALL="${INSTALL%%/*}"
         if [ "$VARIANT" ]; then ARCH="$ARCH" ./ci/$INSTALL.$VARIANT.sh; fi
         ARCH="$ARCH" CC="$CC" TSS="$TSS" ./ci/$INSTALL.sh
-        if [ "$COMPILE_SSL" ]; then COMPILE_SSL="$COMPILE_SSL" VARIANT="$VARIANT" ./tests/install-openssl3.sh; fi
+
+    - name: Build openSSL
+      run: |
+        if [ "$COMPILE_SSL" ]; then
+          COMPILE_SSL="$COMPILE_SSL" VARIANT="$VARIANT" ./tests/install-openssl3.sh; \
+        fi
 
     - name: Build swtpm
       run: |
-- 
2.39.1


  parent reply	other threads:[~2023-02-14 21:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14 21:00 [PATCH ima-evm-utils 0/3] CI: Tumbleweed openSSL fix Petr Vorel
2023-02-14 21:00 ` [PATCH ima-evm-utils 1/3] tests/install-swtpm.sh: Update ibmswtpm2 to 1682 Petr Vorel
2023-02-14 21:00 ` [PATCH ima-evm-utils 2/3] github: travis: Remove COMPILE_SSL from tumbleweed Petr Vorel
2023-02-14 21:00 ` Petr Vorel [this message]
2023-02-14 21:01 ` [PATCH ima-evm-utils 0/3] CI: Tumbleweed openSSL fix Petr Vorel
2023-02-15 23:00   ` Mimi Zohar
2023-02-15 22:44 ` Petr Vorel
2023-02-15 23:19   ` Mimi Zohar
2023-02-16  8:16     ` Roberto Sassu
2023-02-16 15:29       ` Mimi Zohar
2023-02-20 13:17         ` Mimi Zohar
2023-02-20 13:26           ` Roberto Sassu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230214210035.585395-4-pvorel@suse.cz \
    --to=pvorel@suse.cz \
    --cc=dmitry.kasatkin@gmail.com \
    --cc=linux-integrity@vger.kernel.org \
    --cc=petr.vorel@gmail.com \
    --cc=roberto.sassu@huawei.com \
    --cc=stefanb@linux.ibm.com \
    --cc=vt@altlinux.org \
    --cc=zohar@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.