Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
GuionAI
/
taskwarrior
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(ci): produce static musl binary via zig cross-compilation
- #34
#34
Merged
birdmanmandbir
merged 19 commits into
develop
GuionAI/taskwarrior:develop
from
worker/3a6eaecd
GuionAI/taskwarrior:worker/3a6eaecd
Copy head branch name to clipboard
Apr 7, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
fix(ci): produce static musl binary via zig cross-compilation
#34
birdmanmandbir
merged 19 commits into
develop
GuionAI/taskwarrior:develop
from
worker/3a6eaecd
GuionAI/taskwarrior:worker/3a6eaecd
Copy head branch name to clipboard
Commits
Commits on Apr 7, 2026
fix(ci): produce static musl binary via zig cross-compilation
Show description for 8606588
birdmanmandbir
committed
8606588
View commit details
Copy full SHA for 8606588
Browse repository at this point
fix(ci): remove CMAKE_SYSTEM_NAME=Linux to allow find_library
Show description for c42e83f
birdmanmandbir
committed
c42e83f
View commit details
Copy full SHA for c42e83f
Browse repository at this point
fix(ci): pass explicit UUID_LIBRARY and UUID_INCLUDE_DIR to cmake
Show description for 2074e4f
birdmanmandbir
committed
2074e4f
View commit details
Copy full SHA for 2074e4f
Browse repository at this point
fix(ci): use CMAKE_SYSROOT=zig_musl_sysroot for proper cross-compilation
Show description for 99a6b93
birdmanmandbir
committed
99a6b93
View commit details
Copy full SHA for 99a6b93
Browse repository at this point
fix(ci): implement zig musl cross-compilation per plan steps A + B
Show description for 381d3fe
birdmanmandbir
committed
381d3fe
View commit details
Copy full SHA for 381d3fe
Browse repository at this point
fix(ci): fix zig setup — use setup-zig action + create wrapper scripts
Show description for 71b90f4
birdmanmandbir
committed
71b90f4
View commit details
Copy full SHA for 71b90f4
Browse repository at this point
fix(ci): add UUID_LIBRARY hints and search paths for cmake musl cross-compile
Show description for 8ba5336
birdmanmandbir
committed
8ba5336
View commit details
Copy full SHA for 8ba5336
Browse repository at this point
fix(ci): quote CMAKE_SYSTEM_PREFIX_PATH semicolons + add cargo config for musl linker
Show description for 462393d
birdmanmandbir
committed
462393d
View commit details
Copy full SHA for 462393d
Browse repository at this point
fix(ci): fix TOML quoting in .cargo/config.toml (escaped quotes in linker value)
Show description for 9d7d8eb
birdmanmandbir
committed
9d7d8eb
View commit details
Copy full SHA for 9d7d8eb
Browse repository at this point
fix(ci): switch Linux musl build to Docker approach
Show description for 7751dc8
birdmanmandbir
committed
7751dc8
View commit details
Copy full SHA for 7751dc8
Browse repository at this point
fix(ci): use alpine:3.21 Docker image for musl build (private image inaccessible)
Show description for 5e07b5f
birdmanmandbir
committed
5e07b5f
View commit details
Copy full SHA for 5e07b5f
Browse repository at this point
fix(ci): add zig musl cross-compilation to Linux build step
Show description for 8c5bf12
birdmanmandbir
committed
8c5bf12
View commit details
Copy full SHA for 8c5bf12
Browse repository at this point
fix(ci): pass UUID_LIBRARY and UUID_INCLUDE_DIR to bypass find_library in cross-compilation mode
Show description for 5a86bdc
birdmanmandbir
committed
5a86bdc
View commit details
Copy full SHA for 5a86bdc
Browse repository at this point
fix(ci): strip -target flag from cc-rs calls + skip cmake compiler tests
Show description for c8ae6d2
birdmanmandbir
committed
c8ae6d2
View commit details
Copy full SHA for c8ae6d2
Browse repository at this point
fix(ci): filter --target=VALUE form + add CMAKE_SYSROOT for musl headers
Show description for bcd4fcb
birdmanmandbir
committed
bcd4fcb
View commit details
Copy full SHA for bcd4fcb
Browse repository at this point
fix(ci): use toolchain file + isolated UUID headers for musl cross-compilation
Show description for 7dbfda3
birdmanmandbir
committed
7dbfda3
View commit details
Copy full SHA for 7dbfda3
Browse repository at this point
chore(ci): polish release workflow — add uuid-dev, remove dead code, fix dirname
Show description for 152b2d6
birdmanmandbir
committed
152b2d6
View commit details
Copy full SHA for 152b2d6
Browse repository at this point
fix(ci): fix LIBCLANG_PATH fallback — xargs -r suppresses || fallback
Show description for 01e1293
birdmanmandbir
committed
01e1293
View commit details
Copy full SHA for 01e1293
Browse repository at this point
chore(ci): remove pull_request trigger from Release workflow
Show description for a25cb30
birdmanmandbir
committed
a25cb30
View commit details
Copy full SHA for a25cb30
Browse repository at this point
You can’t perform that action at this time.