Skip to content

Commit dbab30c

Browse files
committed
u
1 parent 95fcfc6 commit dbab30c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/linux_thirdparty.bash

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ test_bzip3() {
121121
}
122122

123123
test_c2() {
124-
git_fetch https://github.com/c2lang/c2compiler c153ccd3955cfb7392bd673761b94afbb4115ef5 c2compiler
124+
git_fetch https://github.com/c2lang/c2compiler be626b33fe1e9725c7b2b6e676e77fd9213a7542 c2compiler
125125
sed -i 's|-pipe ||g' bootstrap/Makefile
126126
sed -i 's|-pipe ||g' bootstrap/bootstrap.c
127127
sed -i 's|-pipe ||g' generator/c/c_generator_special.c2
@@ -319,7 +319,7 @@ test_gmake() {
319319
}
320320

321321
test_gnutls() {
322-
url_xz https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.11.tar.xz gnutls
322+
url_xz https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.12.tar.xz gnutls
323323
fix_configure
324324
CFLAGS=-DCRAU_MAYBE_UNUSED= ./configure --disable-hardware-acceleration
325325
make -j2
@@ -753,7 +753,7 @@ test_metalang99() {
753753
}
754754

755755
test_micropython() {
756-
github_clone micropython micropython v1.26.1
756+
github_clone micropython micropython v1.27.0
757757
use_stdbit "#include <stdbool.h>" py/misc.h
758758
# sed -i 's|inline MP_ALWAYSINLINE const|static inline const|g' py/misc.h ## if without CFLAGS_EXTRA=-ffake-always-inline
759759
replace_line "#if defined(__clang__) || (defined(__GNUC__) && __GNUC__ >= 8)" "#if 1" py/nlrx64.c
@@ -843,13 +843,13 @@ test_noplate() {
843843
}
844844

845845
test_nqp() {
846-
github_clone MoarVM MoarVM 2025.12
846+
github_clone MoarVM MoarVM 2026.01
847847
use_stdbit '#include "moar.h"' src/core/coerce.c
848848
perl Configure.pl --cc=$CC --no-mimalloc
849849
make install
850850
cd ../
851851

852-
github_clone Raku nqp 2025.12
852+
github_clone Raku nqp 2026.01
853853
perl Configure.pl --with-moar=$PWD/../MoarVM/install/bin/moar
854854
make test
855855
}
@@ -988,7 +988,7 @@ test_quickjs() {
988988
}
989989

990990
test_redis() {
991-
github_tar redis redis 8.4.0
991+
github_tar redis redis 8.4.1
992992
replace_line "# if defined(__GNUC__) && !(defined(__clang__) && defined(__cplusplus))" "#if 1" src/redismodule.h
993993
sed -i 's|asm volatile|__asm volatile|g' deps/hdr_histogram/hdr_atomic.h
994994
convert_atomic_x_fetch deps/hdr_histogram/hdr_atomic.h
@@ -1054,7 +1054,7 @@ test_ruby() {
10541054
}
10551055

10561056
test_rvvm() {
1057-
git_fetch https://github.com/LekKit/RVVM 78c9a390185a398272f739b0aa25131a6c7f28e4 rvvm
1057+
git_fetch https://github.com/LekKit/RVVM 75ed0bdd868d4e1e9d3dbeebef3d2e5dacf1538b rvvm
10581058
sed -i 's|defined(__SSE2__) && defined(__SSE2_MATH__)|1|g' src/fpu_lib.c
10591059
make test CC=$CC CFLAGS='-std=c23 -DSDL_DISABLE_IMMINTRIN_H' USE_SDL=2
10601060
}
@@ -1138,7 +1138,7 @@ test_tomlc17() {
11381138
}
11391139

11401140
test_toxcore() {
1141-
github_clone TokTok c-toxcore v0.2.21
1141+
github_clone TokTok c-toxcore v0.2.22
11421142
libtoolize
11431143
autoreconf -fi
11441144
fix_and_configure
@@ -1500,7 +1500,7 @@ EOF
15001500
}
15011501

15021502
build_q2rtx() {
1503-
github_clone NVIDIA Q2RTX v1.8.0
1503+
github_clone NVIDIA Q2RTX v1.8.1
15041504
replace_line "#if (defined __GNUC__)" "#if 1" inc/common/intreadwrite.h
15051505
replace_line "#define inline __inline" "" inc/shared/config.h
15061506
sed -i 's|-msse2 -mfpmath=sse||g' CMakeLists.txt
@@ -1533,7 +1533,7 @@ build_raylib_raygui() {
15331533
build_simplecc() {
15341534
local CCTESTSCRIPT=$(dirname $(realpath $0))/cctest_simplecc.bash
15351535

1536-
git_fetch git://git.simple-cc.org/scc 46588de4ca1b0a4c47591d61c5947dc1a3238ce5 simplecc
1536+
git_fetch git://git.simple-cc.org/scc 91d6c4c2e9cf507de205fab129a65be40fb1c6b3 simplecc
15371537
make CC="$CC" HOSTCC="$CC" NOCARET=
15381538
echo 'int puts(const char*); int main(){ puts("hello_world"); return 0; }' > hello.c
15391539
./bin/scc hello.c -o hello

0 commit comments

Comments
 (0)