krb5 commit: Install yasm in CI to exercise AES-NI code

ghudson at mit.edu ghudson at mit.edu
Tue Feb 13 17:32:18 EST 2024


https://github.com/krb5/krb5/commit/34ca9d1a185f401b56815218a32cba683c47c93c
commit 34ca9d1a185f401b56815218a32cba683c47c93c
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Feb 12 11:38:22 2024 -0500

    Install yasm in CI to exercise AES-NI code

 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e62f3fe34..5ed42a4c3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
               if: startsWith(matrix.os, 'ubuntu')
               run: |
                 sudo apt-get update -qq
-                sudo apt-get install -y bison gettext keyutils ldap-utils libcmocka-dev libldap2-dev libkeyutils-dev libsasl2-dev libssl-dev python3-kdcproxy python3-pip slapd tcsh
+                sudo apt-get install -y bison gettext keyutils ldap-utils libcmocka-dev libldap2-dev libkeyutils-dev libsasl2-dev libssl-dev python3-kdcproxy python3-pip slapd tcsh yasm
                 pip3 install pyrad
             - name: Build
               env:


More information about the cvs-krb5 mailing list