• Joined on 2023年02月10日
daurnimator commented on issue ziglang/zig#31424 2026年05月27日 08:23:46 +02:00
A binary compiled with -target x86-windows.xp does not run on Windows XP with Zig-provided entry point

Do you have an updated snippet/reproduction for zig 0.16.x?

daurnimator created repository daurnimator/zig 2025年11月27日 03:22:20 +01:00
daurnimator pushed to docker-perms at daurnimator/stagex 2024年09月13日 09:02:31 +02:00
f0e40030cf Write out tarball via tar, rather than docker command
daurnimator created pull request stagex/stagex#232 2024年09月13日 08:49:39 +02:00
docker-perms
daurnimator created pull request stagex/stagex#231 2024年09月13日 08:49:31 +02:00
WIP: zig-0.13
daurnimator created branch zig-0.13 in daurnimator/stagex 2024年09月13日 08:48:44 +02:00
daurnimator pushed to zig-0.13 at daurnimator/stagex 2024年09月13日 08:48:44 +02:00
79bbb4b00f zig: bump to 0.13.0
daurnimator created branch docker-perms in daurnimator/stagex 2024年09月13日 08:47:46 +02:00
daurnimator pushed to docker-perms at daurnimator/stagex 2024年09月13日 08:47:46 +02:00
ed7226c15d Write out tarball via tar, rather than docker command
724faaeeb3 Merge remote-tracking branch 'origin/lance/fix-kernel-timestamps' into staging
82f265deb4 fix: fully lock timestamps in linux kernels
baed331bd3 Merge remote-tracking branch 'origin/drgrove/scdoc-source-date-epoch' into staging
4e7a27d7ec Use SOURCE_DATE_EPOCH=1 for scdoc as DATESTAMP are injected into output
Compare 10 commits »
daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:58 +01:00
feat: normalize fs/env across all non-bootstrap packages

I expect this to be the default when --prefix is set to /usr. We can probably remove this line entirely

daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:57 +01:00
feat: normalize fs/env across all non-bootstrap packages

Could this go in /etc/profile?

daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:57 +01:00
feat: normalize fs/env across all non-bootstrap packages

What needs this?

daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:57 +01:00
feat: normalize fs/env across all non-bootstrap packages

Why set this here?

daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:57 +01:00
feat: normalize fs/env across all non-bootstrap packages

Shouldn't this be set up by the shell from /etc/passwd?

daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:57 +01:00
feat: normalize fs/env across all non-bootstrap packages

Shouldn't USER be set by the shell?

daurnimator commented on pull request stagex/stagex#47 2024年02月29日 03:47:57 +01:00
feat: normalize fs/env across all non-bootstrap packages

Looks like a typo/bad copypasta: you have two /./.

daurnimator created pull request stagex/stagex#49 2024年02月29日 02:33:55 +01:00
fix: use heredoc and --network=none in zig
daurnimator created branch zig-consistentcy in daurnimator/stagex 2024年02月29日 02:33:33 +01:00
daurnimator pushed to zig-consistentcy at daurnimator/stagex 2024年02月29日 02:33:33 +01:00
112917071e fix: use heredoc and --network=none in zig
daurnimator merged pull request stagex/stagex#48 2024年02月29日 02:32:59 +01:00
README.md: various fixes