Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

gabsow
Copy link
Collaborator

@gabsow gabsow commented Sep 21, 2025

No description provided.

- Use escaped dollar sign for uname command in shell conditional
- Reorder conditions to check Alpine first for better readability
- This should resolve the 'syntax error: unexpected end of file' in CI
- Replace complex shell conditionals with simple script-based approach
- Add extract_symbols_safe.sh script to handle Alpine ARM64 detection
- Simplify Makefile to avoid shell syntax errors in CI
- Alpine ARM64 now properly skips debug symbol extraction
- Resolves segmentation fault and shell syntax issues
- Add objcopy availability check to handle containerized builds
- Fix issue where CI runs on Ubuntu host but builds in Alpine container
- Script now detects Alpine builds even when host OS is different
- Prevents 'objcopy: command not found' errors in CI
- Maintains compatibility with all other platforms
- Consolidate symbol extraction logic into single script
- Script now handles both Alpine detection and symbol extraction
- Eliminates complex Makefile logic that was causing objcopy conflicts
- Alpine ARM64 properly skips debug extraction, other platforms extract normally
- Resolves all objcopy-related build failures in CI
- Build now completes successfully on Alpine ARM64
- Remove trailing whitespace from line continuation
- Fix formatting to match project style guidelines
- Resolves linter failures in CI
Copy link

codecov bot commented Sep 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.28%. Comparing base (d6db932) to head (8dfc28f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1393   +/-   ##
=======================================
  Coverage   79.28%   79.28%           
=======================================
  Files          15       15           
  Lines        3707     3707           
=======================================
  Hits         2939     2939           
  Misses        768      768           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- Skip debug symbol extraction on all Alpine builds, not just ARM64
- Skip shared API export on all Alpine builds to prevent crashes
- Update detection logic to handle Alpine x86_64 RAMP packaging failures
- Update unit tests to reflect broader Alpine detection
- Resolves segmentation faults during RAMP packaging on Alpine x86_64
- Remove Alpine-specific shared API export skipping from Rust code
- Keep full RedisJSON functionality enabled on Alpine
- Shell script fix for debug symbol extraction is sufficient
- Preserves inter-module communication capabilities
- Targeted fix addresses the actual root cause (debug symbol confusion)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants