DubbleClick
|
feaff0a08c
|
fix macos
|
2025-07-29 09:20:33 +07:00 |
|
DubbleClick
|
342192fd67
|
remove lto related stuff again, not worth using
|
2025-07-28 19:43:01 +07:00 |
|
DubbleClick
|
3087dc86f8
|
https://www.phoronix.com/news/GNU-Binutils-2.44 ld.gold is deprecated
don't deprecate libc usage yet, we don't want people to switch to gcc/clang yet
|
2025-07-28 14:51:13 +07:00 |
|
DubbleClick
|
fb2d676293
|
zig doesn't support windows (php doesn't support mingw, zig can only compile mingw)
|
2025-07-27 01:22:11 +07:00 |
|
DubbleClick
|
944cca709f
|
use $AR in second part of command too
|
2025-07-27 01:10:21 +07:00 |
|
DubbleClick
|
5b4cbbb669
|
set permissions
|
2025-07-27 01:08:34 +07:00 |
|
DubbleClick
|
a8492f06bb
|
use zig's linker too (ends up getting used automatically in most cases, anyway, but better be explicit)
|
2025-07-27 01:07:54 +07:00 |
|
DubbleClick
|
b6f673cd68
|
Use $AR instead of ar. Compatibility with -flto(=thin).
|
2025-07-27 00:59:32 +07:00 |
|
DubbleClick
|
42b4272965
|
idk
|
2025-07-26 23:46:36 +07:00 |
|
DubbleClick
|
5beb083c55
|
no musl check?
|
2025-07-26 23:39:32 +07:00 |
|
DubbleClick
|
cf529adc79
|
uh, oh, we forgot to do post init
|
2025-07-26 23:35:38 +07:00 |
|
DubbleClick
|
5a4da8ed5d
|
install zig before doctor
|
2025-07-26 23:28:17 +07:00 |
|
DubbleClick
|
bd3092ae90
|
wtf?
|
2025-07-26 23:24:59 +07:00 |
|
DubbleClick
|
76094fd305
|
hello?
|
2025-07-26 23:20:27 +07:00 |
|
DubbleClick
|
e1edaa24cc
|
"zig-cc" cannot create shared objects according to conftests...
|
2025-07-26 23:14:29 +07:00 |
|
DubbleClick
|
d0d51ccf82
|
trigger CI again after clearing cache
|
2025-07-26 22:23:00 +07:00 |
|
DubbleClick
|
05053b5cd6
|
cs fix
|
2025-07-26 21:45:48 +07:00 |
|
DubbleClick
|
978552136c
|
try to make everything -flto=thin compatible (librdkafka fails for some reason)
|
2025-07-26 21:44:01 +07:00 |
|
DubbleClick
|
fb62a0e338
|
small adjustments
|
2025-07-26 20:12:18 +07:00 |
|
DubbleClick
|
630f861c62
|
move musl check so it doesn't keep prompting for install
|
2025-07-26 15:18:20 +07:00 |
|
DubbleClick
|
c2b3b78846
|
switch to libmimalloc.a because go linker is sometimes doing unpredictable things
|
2025-07-26 13:51:34 +07:00 |
|
DubbleClick
|
6e74dabc1c
|
reduce libphp.a size by stripping .a archives inside it as well
|
2025-07-26 13:48:22 +07:00 |
|
DubbleClick
|
2cb1a95132
|
change dependency tracking
|
2025-07-26 11:13:29 +07:00 |
|
DubbleClick
|
70a9ffe4a2
|
now test gnu again
|
2025-07-25 20:00:46 +07:00 |
|
DubbleClick
|
3cbd52c1f9
|
test with zig-cc instead
|
2025-07-25 18:44:30 +07:00 |
|
DubbleClick
|
753c720716
|
remove test, seems like removing musl from paths was successful
|
2025-07-25 17:56:42 +07:00 |
|
DubbleClick
|
d627363132
|
please please...?
|
2025-07-25 17:52:33 +07:00 |
|
DubbleClick
|
da8c38575e
|
please...?
|
2025-07-25 17:16:35 +07:00 |
|
DubbleClick
|
a355e4d0e7
|
run macos tests again
|
2025-07-25 16:55:51 +07:00 |
|
DubbleClick
|
5482f130ba
|
make sure we don't use musl ld
|
2025-07-25 16:55:16 +07:00 |
|
DubbleClick
|
18a5215da9
|
cs fix
|
2025-07-25 16:26:34 +07:00 |
|
DubbleClick
|
a3efe86cac
|
logging
|
2025-07-25 16:26:07 +07:00 |
|
DubbleClick
|
ed3a78b56d
|
revert macos mistake
|
2025-07-25 16:26:02 +07:00 |
|
DubbleClick
|
af63723794
|
revert DYLD_LIBRARY_PATH
|
2025-07-25 16:24:22 +07:00 |
|
DubbleClick
|
a0edca5e5b
|
docs for function
|
2025-07-25 16:22:42 +07:00 |
|
DubbleClick
|
a9fab86269
|
rename getStaticAndSharedLibs
|
2025-07-25 16:18:04 +07:00 |
|
DubbleClick
|
821411cfd6
|
only -lstdc++ on linux
|
2025-07-25 16:17:13 +07:00 |
|
DubbleClick
|
a8be88d771
|
fix swow
|
2025-07-25 16:13:48 +07:00 |
|
DubbleClick
|
b4392aded7
|
always install musl libc (to be able to compile dynamic with zig)
|
2025-07-25 16:11:11 +07:00 |
|
DubbleClick
|
37a453b3cd
|
of course x)
|
2025-07-25 12:57:40 +07:00 |
|
DubbleClick
|
51fcc6b231
|
test musl again (succeeds locally :)
|
2025-07-25 12:32:49 +07:00 |
|
DubbleClick
|
199b3b5582
|
Merge branch 'main' of https://github.com/crazywhalecc/static-php-cli into zig
|
2025-07-25 12:03:37 +07:00 |
|
crazywhalecc
|
6c3ff7da32
|
Change LDFLAGS_PROGRAM to hard-coded
|
2025-07-25 12:58:19 +08:00 |
|
crazywhalecc
|
a375ab9780
|
Fix custom pkg download callable not working bug
|
2025-07-25 12:58:19 +08:00 |
|
crazywhalecc
|
f47c3a2d20
|
Fix macOS missing lib when linking
|
2025-07-25 12:58:19 +08:00 |
|
DubbleClick
|
029f2db620
|
oh dear god what am I doing
|
2025-07-25 11:12:49 +07:00 |
|
DubbleClick
|
0acf238c74
|
suggested are required too
|
2025-07-25 11:02:47 +07:00 |
|
DubbleClick
|
27a4d5af54
|
better description of function
|
2025-07-25 10:04:06 +07:00 |
|
DubbleClick
|
ea56e460d0
|
zig script
|
2025-07-25 10:00:49 +07:00 |
|
DubbleClick
|
00e78dd84f
|
fix imagick problem, for some reason it must be in the --start-group --end-group
|
2025-07-25 09:59:24 +07:00 |
|