Skip to content

1.6.0 CI fails, need to bump minimum version #476

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

Merged
merged 3 commits into from
Feb 27, 2025
Merged

Conversation

penelopeysm
Copy link
Member

@penelopeysm penelopeysm commented Feb 26, 2025

See e.g. https://github.com/TuringLang/MCMCChains.jl/actions/runs/13531292096/job/37813844525

ERROR: LoadError: LoadError: InitError: could not load library "/home/runner/.julia/artifacts/8a8d0ba819ce1e30b93f34cc61f891d1334be59d/lib/libQt6Concurrent.so"
/opt/hostedtoolcache/julia/1.6.0/x64/bin/../lib/julia/libstdc++.so.6: version `GLIBCXX_3.4.28' not found (required by /home/runner/.julia/artifacts/8a8d0ba819ce1e30b93f34cc61f891d1334be59d/lib/libQt6Core.so.6)

This is because of JuliaLang/julia#40585 which was fixed in JuliaLang/julia#41645 and backported to 1.6.3

(This wasn't caught previously because we were running CI with the julia version set to '1.6', which resolves to the latest patch version of 1.6. In #474 I changed the version to 'min', which resolves to the earliest possible version specified by the julia compat entry in Project.toml, and then this issue appeared.)

Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.75%. Comparing base (d92cfb1) to head (3640ff6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #476   +/-   ##
=======================================
  Coverage   83.75%   83.75%           
=======================================
  Files          20       20           
  Lines        1071     1071           
=======================================
  Hits          897      897           
  Misses        174      174           

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

@penelopeysm penelopeysm requested a review from mhauru February 26, 2025 20:30
Copy link
Member

@mhauru mhauru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff, thanks Penny

@penelopeysm penelopeysm merged commit 51ebded into master Feb 27, 2025
10 checks passed
@penelopeysm penelopeysm deleted the py/minversion branch February 27, 2025 10:46
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