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
Fix precompile cache invalidation by matching Pkg.test environment
- Use --check-bounds=yes --startup-file=no in precompile step to match Pkg.test()
- Remove standalone precompile_workload.jl, use existing @compile_workload blocks
- Improve cache verification to check for actual compiled artifacts (.ji/.so files)
This fixes the issue where precompiled binaries created with default bounds
checking were invalidated when tests ran with --check-bounds=yes, causing
full recompilation and negating cache benefits.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments