Skip to content

Commit f7c28c1

Browse files
committed
ci up 2
1 parent 93c8630 commit f7c28c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/linux_thirdparty.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ test_mimalloc() {
776776
}
777777

778778
test_mquickjs() {
779-
git_fetch https://github.com/bellard/mquickjs 767e5db54241f0b53193a04aea193c823a9e3121 mquickjs
779+
git_fetch https://github.com/bellard/mquickjs ee50431eac9b14b99f722b537ec4cac0c8dd75ab mquickjs
780780
use_stdbit "#include <stdlib.h>" cutils.h
781781
sed -i 's|-fno-math-errno -fno-trapping-math||g' Makefile
782782
make CC=$CC HOST_CC=$CC test
@@ -1056,7 +1056,7 @@ test_ruby() {
10561056
}
10571057

10581058
test_rvvm() {
1059-
git_fetch https://github.com/LekKit/RVVM 8d62e8a4644b71beed1285f0117954bd45114aa2 rvvm
1059+
git_fetch https://github.com/LekKit/RVVM d033cf73229647cd56ba699f544f300924c98bd6 rvvm
10601060
sed -i 's|defined(__SSE2__) && defined(__SSE2_MATH__)|1|g' src/fpu_lib.c
10611061
make test CC=$CC CFLAGS='-std=c23 -DSDL_DISABLE_IMMINTRIN_H' USE_SDL=2
10621062
}
@@ -1319,7 +1319,7 @@ build_dash() {
13191319
}
13201320

13211321
build_ellipsis() {
1322-
git_fetch https://codeberg.org/gustedt/ellipsis 8c23e932fb5b542537d99466d5b4652f9de54a7f ellipsis
1322+
git_fetch https://codeberg.org/gustedt/ellipsis 972cef319bfba4fb4bc34cff4bf6c1f4b0e24baf ellipsis
13231323
cd sources
13241324
sed -i "s|'-std=gnu2x'|-std=gnu23 -ffake-always-inline|g" Makefile-options
13251325
make distclean && make

0 commit comments

Comments
 (0)