Jerry Ma
5913cb07fd
[v3] implement tool package support with validation and config ( #1196 )
2026-06-27 20:17:53 +08:00
crazywhalecc
dd69155539
feat(tool): remove deprecated tool package directory from registry configuration
2026-06-27 15:47:46 +08:00
crazywhalecc
a81dd6d5c9
feat(tool): implement tool package support with validation and configuration
2026-06-27 15:39:30 +08:00
Jerry Ma
b4ed673261
feat(windows): replace php-sdk-binary-tools with MSYS2 + 7za-win ( #1193 )
2026-06-23 14:36:28 +08:00
crazywhalecc
db2d9a909f
feat(gmssl): add patch for pbkdf2_hmac_sm3_genkey rename and update build process
2026-06-22 16:44:44 +08:00
crazywhalecc
38e01a9b88
feat(tests): enhance label information for triggering extension build tests
2026-06-22 13:33:25 +08:00
crazywhalecc
2b210f9403
feat(logging): synchronize logger level and debug mode with output verbosity
2026-06-22 13:33:02 +08:00
crazywhalecc
be329c1d56
feat(build): add patch to Makefile for include order to resolve zip.h conflict
2026-06-22 11:14:14 +08:00
Jerry Ma
227b8f0b0a
fix(test): fix redundant terminal output during phpunit ( #1194 )
2026-06-22 08:08:47 +08:00
crazywhalecc
c88041b7e0
feat(build): add UPX as an optional package for compression
2026-06-21 20:08:27 +08:00
crazywhalecc
3bb84f3b94
feat(build): add zlib as a dependency for Windows
2026-06-21 19:35:07 +08:00
crazywhalecc
c31bf73685
feat(build): add bison and re2c to required packages; bypass phpsdk_version check for MSVC + msys2
2026-06-21 19:28:15 +08:00
crazywhalecc
c4d7ca819b
fix(openssl): update perl path for Windows compatibility
2026-06-21 19:27:47 +08:00
crazywhalecc
fd8ab71d80
feat(build): use WinCNG as crypto backend for libssh2 windows
2026-06-21 19:27:32 +08:00
crazywhalecc
2a7966aa4b
Fix curl zstd build bug
2026-06-21 19:26:55 +08:00
crazywhalecc
ef83ff074e
fix(source): use ftp.gnu.org as primary, ftpmirror.gnu.org as fallback
...
All GNU packages now use ftp.gnu.org (stable canonical server) as the
primary filelist source, with ftpmirror.gnu.org configured as
source-mirror fallback. ftpmirror uses DNS round-robin across many
mirrors of varying reliability; this setup eliminates random CI failures
caused by unreachable mirror nodes while preserving a fallback path.
2026-06-21 17:33:48 +08:00
crazywhalecc
06864fc3f6
feat(windows): replace php-sdk-binary-tools with MSYS2 + 7za-win
...
- Add msys2-build-essentials target: downloads the MSYS2 nightly sfx,
extracts it, disables PGP keyring (CI-safe), runs two-pass pacman
update, and installs autotools build essentials (make, autoconf,
automake, libtool, pkgconf, perl).
- Add 7za-win target: downloads 7za.exe to PKG_ROOT_PATH\bin.
- Remove php-sdk-binary-tools target and all PHP_SDK_PATH references;
replace with SPC_MSYS2_PATH throughout Artifact, ArtifactExtractor,
FileSystem, DefaultShell and MSVCToolchain.
- Replace {php_sdk_path} path placeholder with {spc_msys2_path}.
- WindowsToolCheck: replace checkSDK/installSDK with checkMsys2,
installMsys2 and check7zaWin/install7zaWin fix items.
- nasm.yml: extract nasm.exe/ndisasm.exe to {pkg_root_path}/bin.
- env.ini: rename PHP_SDK_PATH to SPC_MSYS2_PATH.
- Docs: update Windows migration guide and package-model placeholder docs.
2026-06-21 16:56:40 +08:00
Marc
408d8f755c
Remove laravel/prompts from box.json ( #1190 )
2026-06-16 19:05:39 +07:00
Marc
1f291a9036
Add Visual Studio 2026 support ( #1191 )
2026-06-16 19:05:09 +07:00
crazywhalecc
127fb1989f
Add vs 18 support
2026-06-16 19:21:18 +08:00
Jerry Ma
af771cf2b5
feat: enhance type hints and improve verbosity handling in commands ( #1186 )
2026-06-16 18:50:18 +08:00
crazywhalecc
5df65d926c
Remove laravel/prompts from box.json
2026-06-16 18:49:22 +08:00
Jerry Ma
bdc7bbe1f1
v3: Fix gmssl build ( #1188 )
2026-06-16 18:45:43 +08:00
Jerry Ma
89dca1f0fb
refactor: remove unused symfony/process and unnecessary laravel/prompts ( #1187 )
2026-06-16 18:15:03 +08:00
crazywhalecc
064a1f05ae
Fix phpstan
2026-06-16 15:17:51 +08:00
crazywhalecc
88cb6749b8
Remove laravel/prompts and symfony/process
2026-06-16 15:11:48 +08:00
Jerry Ma
0010e35882
ext: add ext-fastchart and ext-fastjson registry entries ( #1165 )
2026-06-16 13:57:33 +08:00
crazywhalecc
728c8dd598
Make gmssl standalone
2026-06-16 13:19:03 +08:00
Marc
bf6216e59f
Merge branch 'v3' into v3c/ext-fastchart-fastjson
2026-06-14 17:14:37 +07:00
Marc
411ad7cc0f
Add macports support ( #1179 )
2026-06-06 21:06:13 +07:00
Kevin Boyd
0761267eb3
Combine the macos tool checks into a single checkBrewOrPorts method
2026-06-04 21:40:01 -07:00
Jerry Ma
072a3b5505
feat: add permissions for id-token and attestations in release build ( #1181 )
2026-06-04 10:35:38 +08:00
Marc
0e5738b710
toolchain: add SPC_DEFAULT_RANLIB and pin cmake AR/RANLIB ( #1163 )
2026-06-04 09:25:42 +07:00
crazywhalecc
3ff9426e50
feat: add permissions for id-token and attestations in release build
2026-06-04 09:51:06 +08:00
Kevin Boyd
6057394641
Simplify macports checks
2026-05-31 22:04:44 -07:00
Kevin Boyd
2f4fb9d28f
Add a check for macports alongside Brew in toolchainmanager
2026-05-28 22:40:33 -07:00
Kevin Boyd
96ab2de4b1
Add preliminary MacPorts support
2026-05-28 22:38:56 -07:00
crazywhalecc
c641c3b8db
Make mongodb standalone
2026-05-25 10:25:47 +08:00
Jerry Ma
48d6e9ebc2
LinuxMuslCheck: pass tool env via setEnv instead of command prefixes ( #1170 )
2026-05-24 22:59:47 +08:00
Jerry Ma
6cab47db67
deduplicate_flags: keep paired flag+value tokens together ( #1168 )
2026-05-24 22:57:23 +08:00
Jerry Ma
ec3fd0f4b0
patch: strip trailing U+200E from spc_fix_avx512_cache_before_80400.p… ( #1167 )
2026-05-24 22:57:01 +08:00
henderkes
e72f9aa623
LinuxMuslCheck: pass tool env via setEnv instead of command prefixes
...
Build the CC/CXX/AR/LD/RANLIB map once and hand it to shell()->setEnv()
so the configure/make invocations don't have to repeat the same prefix
on every line. For the sudo make-install path the env still needs to
be on the command line (sudo strips the parent env), so the same map
is rendered into $envFlags and prepended there. Also adds RANLIB,
which the upstream Makefile honours.
2026-05-24 21:40:26 +07:00
henderkes
c666cd6cd0
deduplicate_flags: keep paired flag+value tokens together
...
deduplicate_flags() split flags on whitespace then ran a per-token
unique. For paired flags like `-Xclang -mllvm` or `-framework Cocoa`,
where the value is a separate token, the value token could collide
with an unrelated flag or value and get dropped, corrupting the
command line.
Group known paired flags (-Xclang, -Xpreprocessor, -Xlinker,
-Xassembler, -framework, -arch, -target, -include, -imacros, -isystem,
-isysroot, -iquote, -idirafter, -MT, -MF, -MQ) with their following
token into a single atom before the unique pass.
2026-05-24 21:38:22 +07:00
henderkes
b8dd508148
patch: strip trailing U+200E from spc_fix_avx512_cache_before_80400.patch
...
The filename had a Left-To-Right Mark (U+200E) appended invisibly, so
the file is unreachable by code that constructs the path from a plain
ASCII string literal. Rename to the visible name.
2026-05-24 21:38:00 +07:00
henderkes
37d8b87c3b
oops
2026-05-24 21:11:49 +07:00
Jerry Ma
582a88ef60
artifact: use {pkg_root_path} template in rust and go_win extract ( #1164 )
2026-05-24 22:04:39 +08:00
Jerry Ma
153003b75c
imagemagick: --without-gcc-arch ( #1162 )
2026-05-24 22:04:02 +08:00
Jerry Ma
899555a964
watcher: drop ldflags from compile-only invocation ( #1161 )
2026-05-24 22:03:38 +08:00
Jerry Ma
891a222c39
revert useless patch ( #1160 )
2026-05-24 22:03:11 +08:00
henderkes
39beb68024
artifact: use {pkg_root_path} template in rust and go_win extract
...
Switch the rust and go_win downloaders from baking PKG_ROOT_PATH into
the extract path at download time to the {pkg_root_path} template,
which ArtifactExtractor resolves at extract time. This keeps the path
stable across runs where pkg_root_path differs between download and
extract (e.g. containerised vs host builds).
2026-05-24 20:56:08 +07:00