Support MacOS#3174
Draft
Claude wants to merge 7 commits into
Draft
Conversation
plengauer
requested changes
Mar 15, 2026
Owner
plengauer
left a comment
There was a problem hiding this comment.
@claude[agent] please address requests
Owner
|
@claude[agent] rebase and resolve conflicts |
- Add macOS dynamic library support (.dylib) for HTTP header injection - Use DYLD_INSERT_LIBRARIES on macOS instead of LD_PRELOAD - Add fallback to SHELL variable when /proc filesystem is unavailable - Add Homebrew package formula and tap support - Update build workflow to compile .dylib for macOS (arm64, x86_64) - Rename build-http to build-http-linux for consistency - Add build-http-macos job with clang compilation - Update artifact naming with platform prefixes (http_linux_*, http_macos_*) - Add macOS runners to test matrix (macos-latest, macos-13) - Add Homebrew cache invalidation for instrumentation cache - Update INSTALL.sh to support Homebrew installation on macOS - Update GitHub Actions scripts to handle macOS platform detection - Skip strace-based subprocess observation on macOS (not available) - Add platform guards for /proc filesystem access throughout codebase All changes maintain backward compatibility with Linux while enabling full macOS support for both arm64 and x86_64 architectures. Co-authored-by: plengauer <100447901+plengauer@users.noreply.github.com>
8b8be9f to
af80e22
Compare
Contributor
Author
Rebase completed! The branch has been rebased onto the latest main and force-pushed. All macOS changes have been cleanly reapplied in commit af80e22. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Original prompt