emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 5e1e6d317b: ci: Clone compat from phikal/compat


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 5e1e6d317b: ci: Clone compat from phikal/compat.el
Date: Sat, 20 Aug 2022 13:58:41 -0400 (EDT)

branch: elpa/git-commit
commit 5e1e6d317b2ea27e734b73be6f1904f7578267fd
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    ci: Clone compat from phikal/compat.el
    
    The test builds are consistently failing in the "Build magit" phase
    with
    
      In toplevel form:
      git-commit.el:127:1:Error: Symbol’s function definition is void: and-let*
    
    github.com/emacsmirror/compat (b416a89, 2022-07-20) is about a month
    behind git.sr.ht/~pkal/compat, and updating to compat's 99e7939
    (2022-08-13) resolves the build failures [*].
    
    At least until emacsmirror/compat catches up, point to the GitHub
    mirror at phikal/compat.el, which is up to date with
    git.sr.ht/~pkal/compat.
    
    [*] https://github.com/magit/magit/actions/runs/2895438505
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 44ff2563d6..308ab043c0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
     - name: Checkout compat
       uses: actions/checkout@v2
       with:
-        repository: emacsmirror/compat
+        repository: phikal/compat.el
         path: compat
     - name: Checkout dash
       uses: actions/checkout@v2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]