apt-ostree/.cargo
robojerk aacf7b0e24
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 7m54s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 2m8s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Fix Rust compiler SIGSEGV during Debian builds
- Add .cargo/config.toml with safer optimization flags
- Override aggressive Debian build flags that cause crashes
- Change opt-level from 3 to 2 for stability
- Disable LTO (Link Time Optimization) to prevent crashes
- Use multiple codegen units (16) instead of single unit (1)
- Update debian/rules to respect safer Cargo configuration
- Fixes regex-automata compilation crashes in CI/CD
- Project now builds successfully with safer optimization settings
2025-08-18 12:14:48 -07:00
..
config.toml Fix Rust compiler SIGSEGV during Debian builds 2025-08-18 12:14:48 -07:00