Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bridges] fix including files which are not .jl files #2615

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

odow
Copy link
Member

@odow odow commented Jan 28, 2025

This broke SDDP.jl (and I've seen it somewhere else too): https://github.com/odow/SDDP.jl/actions/runs/13017930580/job/36311572225?pr=827#step:6:412

The issue is that julia-actions/cache runs after we have generated the .cov files, so if the cache is loaded in a new run, then precompile will attempt to load the .cov files. We jus need to skip them.

@odow odow added the Type: Bug label Jan 28, 2025
@odow odow merged commit f09e159 into master Jan 28, 2025
14 checks passed
@odow odow deleted the od/fix-include branch January 28, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant