aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
25 hoursMakefile: Update to quay.io/benz0li/ghc-musl:9.8.4HEADmasterKyle Meyer
https://gitlab.com/benz0li/ghc-musl lists four newer GHC versions (9.8.4, 9.10.1, and 9.12.1). With version 9.8.4, a test build of git-annex 10.20250102 completed successfully. For the other versions, dependency resolution fails. Here's the failure out for 9.10.1: Could not resolve dependencies: [__0] trying: git-annex-10.20250102 (user goal) [__1] trying: filepath-bytestring-1.5.2.0.0 (dependency of git-annex) [__2] next goal: base (dependency of git-annex) [__2] rejecting: base-4.20.0.0/installed-inplace (conflict: filepath-bytestring => base>=4 && <4.20) [__2] skipping: base; 4.21.0.0, 4.20.0.1, 4.20.0.0 (has the same characteristics that caused the previous version to fail: excluded by constraint '>=4 && <4.20' from 'filepath-bytestring') [__2] rejecting: base; 4.19.2.0, [...], 3.0.3.1 (constraint from non-reinstallable package requires installed instance) [__2] fail (backjumping, conflict set: base, filepath-bytestring, git-annex) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: git-annex, base, filepath-bytestring
2 days.gitmodules: Update git-annex URLKyle Meyer
I've been unable to access git://git-annex.branchable.com/ each time I've tried over at least the last day or two. Both of the other URLs listed at https://git-annex.branchable.com/download/ work: * git://git.joeyh.name/git-annex * https://git.joeyh.name/git/git-annex.git
8 daysBuild git-annex-10.20250102-linux-amd64.tar.gzKyle Meyer
2024-12-02Build git-annex-10.20241202-linux-amd64.tar.gzKyle Meyer
2024-11-03check: Delete temp directory if 'git annex test' succeedsKyle Meyer
2024-11-03README: Fix a typoKyle Meyer
2024-10-31Build git-annex-10.20241031-linux-amd64.tar.gzKyle Meyer
2024-10-27Build git-annex-10.20240927-linux-amd64.tar.gzKyle Meyer
2024-10-27Build git-annex-10.20240831-linux-amd64.tar.gzKyle Meyer
2024-10-27Add initial setupKyle Meyer