alpha
Login
or
Join now
jcollie.dev
/
zig-smtp
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
An SMTP client and server library for Zig implementing RFC 5321.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zig-smtp
/
.forgejo
/
workflows
1 file
at
420781d8b69fa272d464c61993ebf781190ea651
Jeffrey C. Ollie
Materialize Zig dependencies from nix in the docs workflow
13d ago
420781d8
publish.yaml
Materialize Zig dependencies from nix in the docs workflow The first workflow run failed because zig build docs tried to fetch the tls.zig dependency from GitHub on the runner and its TLS setup failed (TlsInitializationFailed). The zig-pkg directory derivation is now factored out of package.nix into nix/zig-deps.nix, exposed as packages.zig-pkg, and the workflow copies it into the checkout before building so zig never touches the network. Verified from a clean clone with an empty Zig cache. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012HBHFhoTYa8TU9GLwobfbx
1 week ago