[30755] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Remove Perl workaround in Github Actions config

daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Mar 16 12:42:04 2020

Date: Mon, 16 Mar 2020 12:40:55 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <202003161640.02GGet8w027587@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/08851ee770c97a3041397ea406095a81fe72f65e
commit 08851ee770c97a3041397ea406095a81fe72f65e
Author: Greg Hudson <ghudson@mit.edu>
Date:   Thu Mar 12 10:49:07 2020 -0400

    Remove Perl workaround in Github Actions config
    
    The Github Actions runners for Windows now place Strawberry Perl
    earlier in the path than git-bash.

 .github/workflows/build.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 85d6750..2af7da2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
                 cd src
                 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
                 set
-                set PATH=C:\Strawberry\perl\bin;%PATH%;%wix%bin
+                set PATH=%PATH%;%wix%bin
                 nmake -f Makefile.in prep-windows
                 nmake
                 nmake install
@@ -87,7 +87,7 @@ jobs:
                 cd src
                 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
                 set
-                set PATH=C:\Strawberry\perl\bin;%PATH%;%wix%bin;"%WindowsSdkVerBinPath%"\x86
+                set PATH=%PATH%;%wix%bin;"%WindowsSdkVerBinPath%"\x86
                 nmake clean
                 nmake
                 nmake install
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post