DubbleClick
e00227f0c6
remove separate method from macosbuilder, move method from LinuxBuilder into UnixBuilderBase
2025-06-07 09:45:19 +07:00
DubbleClick
301f2d8a97
nghttp2 has brotlienc and brotlidec too
2025-06-06 17:02:35 +07:00
DubbleClick
500c19d900
phpstan
2025-06-06 16:59:36 +07:00
DubbleClick
617b0de31f
add -lpthread and -ldl in openssl::getStaticLibFiles
2025-06-06 16:56:08 +07:00
DubbleClick
92ad792eff
oops
2025-06-06 16:24:52 +07:00
DubbleClick
560f684f7f
remove more unused options
2025-06-06 16:20:34 +07:00
DubbleClick
a0c0555089
add -lpthread -dl
2025-06-06 16:00:24 +07:00
DubbleClick
9fa1fb7b44
fix cs
2025-06-06 14:58:18 +07:00
DubbleClick
f5fa49338d
macos is stupid now?
2025-06-06 14:49:09 +07:00
Marc
f75ab9f428
Merge pull request #743 from crazywhalecc/feat/h3
...
Feature: add http/3 support to curl.
2025-06-06 13:53:25 +07:00
DubbleClick
92aeb2d816
enable shared
2025-06-05 11:35:50 +07:00
DubbleClick
3420f6ca42
add lz4 extension
2025-06-05 11:33:51 +07:00
Marc
ab4e0bc406
Merge pull request #741 from crazywhalecc/fix/freetype-cmake
...
force minimum version 3.5 for cmake policies in freetype
2025-06-05 10:22:51 +07:00
DubbleClick
8993b3f4f0
add pkgconf prefix patch for ngtcp2 crypto library
2025-06-05 10:06:20 +07:00
DubbleClick
499c281931
cs fix
2025-06-05 09:50:14 +07:00
DubbleClick
bb7e0f6f89
add nghttp3 and ngtcp2
2025-06-05 09:44:03 +07:00
DubbleClick
8919a2fcca
goddamn windows
2025-06-04 21:50:28 +07:00
DubbleClick
ba0796c9ea
nghttp3
2025-06-04 21:42:44 +07:00
DubbleClick
5add534848
don't use two extra variables
2025-06-04 21:20:00 +07:00
DubbleClick
ef7ebdfd1f
force minimum version 3.12 for cmake policies in freetype, only when cmake >= 4
2025-06-04 21:18:44 +07:00
DubbleClick
dabf52511f
force minimum version 3.5 for cmake policies in freetype
2025-06-04 17:18:09 +07:00
DubbleClick
df85f97646
force curl to respect SSL_CERT_FILE
2025-06-04 13:44:18 +07:00
David Grüner
c551efb75c
Fix CraftCommand ignoring build-options during build ( closes #732 ) ( #733 )
...
Unified option to parameter conversion
2025-05-26 20:14:23 +08:00
Jerry Ma
aae6c2c98b
Fix GHA token missing bug ( #731 )
...
* Update test-extensions.php
* Enable UPX test
* Add debug messages
* Test
* Revert
* Update tests.yml
* Update tests.yml
* Explict define GITHUB_TOKEN
* What's this???
* Check GITHUB_TOKEN in workflow
* Test token variable in step
* Test token variable inside php
* Test token in command
* Get env in commands
* Revert workflow env, add passthrough GITHUB_TOKEN into docker
* See build commands
* See build commands
* Typo fix
* Remove debug symbol for normal mode
2025-05-21 15:11:42 +08:00
Jerry Ma
ca6f19f77d
Add build from config support (craft command) ( #713 )
...
* Add build from config support (craft command)
* fix 60s timeout
* Fix missing optional warning
* Fix Windows missing SIGINT bug
---------
Co-authored-by: DubbleClick <m@pyc.ac>
2025-05-20 10:07:19 +08:00
DubbleClick
16a36b8315
damn comma
2025-05-06 16:39:02 +07:00
DubbleClick
861c49c9bc
make sure -fpic -fpie from CFLAGS bleeds through to libxslt compilation
2025-05-06 16:35:41 +07:00
crazywhalecc
348decf72f
Fix Windows missing SIGINT bug
2025-04-29 14:52:24 +08:00
crazywhalecc
92483cf188
Fix missing optional warning
2025-04-29 14:51:49 +08:00
DubbleClick
8143b1d768
fix 60s timeout
2025-04-29 13:11:26 +07:00
Jerry Ma
e7d6f37e98
Fix windows xlswriter duplicate md5 symbol bug ( #719 )
...
* Add missing SOURCE_PATH before making cmake toolchain
* Fix windows xlswriter duplicate md5 symbol bug
* Add detection for patchFile to prevent duplicate patches
* Add tests
2025-04-28 14:35:08 +08:00
DubbleClick
d275a44895
Merge remote-tracking branch 'origin/main' into feat/craft
2025-04-28 10:58:11 +07:00
Marc
f755d66342
fix attr and acl build without autogen.sh (if we don't download from git) ( #718 )
2025-04-28 11:14:46 +08:00
Jerry Ma
22a438ed5e
Add xlswriter extension windows support ( #712 )
...
* Add xlswriter extension windows support
* cs fix
2025-04-24 14:21:37 +08:00
Jerry Ma
a014294d58
Fix ghrel download link, use API directly ( #711 )
...
* Fix ghrel download link, use API directly
* Add missing GH token for downloading API
2025-04-24 14:21:22 +08:00
Jerry Ma
39953b5223
Fix pack lib command with wrong compression ( #710 )
...
* Fix pack lib command with wrong compression
* Update src/SPC/command/dev/PackLibCommand.php
Co-authored-by: Marc <m@pyc.ac>
---------
Co-authored-by: Marc <m@pyc.ac>
2025-04-24 14:21:07 +08:00
crazywhalecc
bd341db54a
Add build from config support (craft command)
2025-04-24 14:18:39 +08:00
Jerry Ma
455ed7d503
Add alt download for Downloader ( #706 )
...
* Add alt download for Downloader
* Test broken url
* Break another source
* Good!
* Rename alt_sources variable
* Use SPC_DOWNLOAD_RETRIES instead of SPC_RETRY_TIME
* Apply new curlExec args
2025-04-22 20:25:44 +08:00
Marc
637ae89583
Merge pull request #707 from crazywhalecc/retries
...
rename SPC_RETRY_TIME to SPC_DOWNLOAD_RETRIES to clear up what it's doing sleep 5 seconds between retries
2025-04-22 15:45:02 +07:00
DubbleClick
7fd858b472
Revert "unwrap cast to unify curlDown with curlExec"
...
This reverts commit 74d8377400630ad88a5736b8b595c6c98b456e8a.
2025-04-22 14:44:57 +07:00
DubbleClick
74d8377400
unwrap cast to unify curlDown with curlExec
2025-04-22 14:36:58 +07:00
DubbleClick
a29992b907
rename retry to retries
2025-04-22 14:34:43 +07:00
Jerry Ma
57097d1275
Fix postgresql macOS 15.4 build bug ( #705 )
2025-04-22 15:09:31 +08:00
DubbleClick
0b3421e3cd
rename SPC_RETRY_TIME to SPC_DOWNLOAD_RETRIES to clear up what it's doing
...
sleep 5 seconds between retries
2025-04-22 12:24:08 +07:00
Jerry Ma
a7adec1341
Add extension ev support ( #703 )
...
* Add extension ev support
* Sort config
* Correct ev build arg for windows
* Use static-php mirror of nasm
* Fix windows ev patch
* Oops
2025-04-19 20:39:48 +08:00
crazywhalecc
a236ee3ac3
Prepare for 2.5.2
2025-04-19 16:22:26 +08:00
crazywhalecc
2da750d5f9
Fix phpunit, add skip extraction arg for SPCConfigUtil new builder
2025-04-18 14:50:58 +08:00
crazywhalecc
b452f7f32a
Add default shared target
2025-04-18 14:38:42 +08:00
crazywhalecc
7bfb8d6f53
Use SPCConfigUtil to generate shared extension env
2025-04-18 14:38:22 +08:00
crazywhalecc
61eafa48ff
Add static extension filter
2025-04-18 12:18:20 +08:00