aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-07-31 21:28:17 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-07-31 21:28:47 +0200
commite8acaa9522fbb3847ba1308c50c0b4b0b9dd957f (patch)
treecfb4ec000f47e256c6a583ab678cd192e3132baf /.github
parentd40336f018c3386796b80f64c56686ea848a730b (diff)
ci: Suspend libgit testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8199358..814bd17 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,8 @@ jobs:
- snapshot
git_impl:
- git
- - libgit
+ # FIXME Broken due to glibc version mismatch. See #4456.
+ # - libgit
steps:
- uses: cachix/install-nix-action@v12
with: