Fix test and bump docker image version

This commit is contained in:
crazywhalecc 2025-07-10 20:20:29 +08:00
parent ec153fa6ff
commit a5cd5fcb31
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -e
# This file is using docker to run commands
SPC_DOCKER_VERSION=v4
SPC_DOCKER_VERSION=v5
# Detect docker can run
if ! which docker >/dev/null; then

View File

@ -33,7 +33,7 @@ $test_os = [
];
// whether enable thread safe
$zts = true;
$zts = false;
$no_strip = false;