@@ -254,7 +254,7 @@ test_emacs() {
254254
255255test_espruino () {
256256 # build process needs .git/
257- git_fetch https://github.com/ espruino/ Espruino 37bd2082786535c052928e5e7728115950ac8096 espruino
257+ github_clone espruino Espruino RELEASE_2V28
258258 rm -r tests/manual/ tests/* _FAIL.js tests/test_tensorflow.js
259259 sed -i ' s|-lstdc++|-lc|g' make/family/LINUX.make
260260 BOARD=LINUX PYTHON=python3 USE_TENSORFLOW=0 make CC=$CC LD=$CC V=1 -j1
@@ -419,7 +419,7 @@ test_janet() {
419419}
420420
421421test_jemalloc () {
422- git_fetch https://github.com/jemalloc /jemalloc 1972241cd204c60fb5b66f23c48a117879636161 jemalloc
422+ git_fetch https://github.com/facebook /jemalloc 2fe05dc6b818fb0d6d23e67bb6f097fb7208f5ca jemalloc
423423 sed -i ' s|ATOMIC_VAR_INIT||g' include/jemalloc/internal/atomic_c11.h
424424 autoconf
425425 ./configure --disable-cxx
@@ -927,7 +927,7 @@ test_parrot() {
927927}
928928
929929test_pdpmake () {
930- git_fetch https://github.com/ rmyorston/pdpmake 0faaf258c9b3eaa9f5e4f6842e2484cbea6f23f8 pdpmake
930+ github_tar rmyorston pdpmake 2.0.4
931931 make test
932932}
933933
@@ -1522,7 +1522,7 @@ build_q2rtx() {
15221522}
15231523
15241524build_quake3e () {
1525- git_fetch https://github.com/ ec-/ Quake3e f4faee664d49a4b13a0bbc297216bffd6b277ab2 quake3e
1525+ github_tar ec- Quake3e 2025-10-14
15261526 sed -i ' s|-pipe||g' Makefile
15271527 sed -i ' s|Snd_Memset|Snd_Memset_unused|g' code/unix/linux_snd.c
15281528 make CC=$CC V=1 CFLAGS=-DSDL_DISABLE_IMMINTRIN_H
0 commit comments