From 06f723f4d1b9d32736c3fd4a620555d48ece130a Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Wed, 16 Apr 2025 11:28:04 -0400 Subject: [PATCH] build-aux: Use GitHub repo for LuaJIT Curl reports that the luajit.org git repo is using a self-signed cert. This is causing git operations to fail. Let's just use the GitHub mirror. Cherry Pick Note: Manually edited to only change the remote and not the commit. (cherry picked from commit cfb23a51ff8acad13dc739c31854d9f451e05298) --- build-aux/modules/40-luajit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/modules/40-luajit.json b/build-aux/modules/40-luajit.json index fd65de63d..2f343c3e9 100644 --- a/build-aux/modules/40-luajit.json +++ b/build-aux/modules/40-luajit.json @@ -10,7 +10,7 @@ "sources": [ { "type": "git", - "url": "https://luajit.org/git/luajit-2.0.git", + "url": "https://github.com/LuaJIT/LuaJIT.git", "commit": "f725e44cda8f359869bf8f92ce71787ddca45618", "disable-shallow-clone": true },