-
Notifications
You must be signed in to change notification settings - Fork 78
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
Upgrade to Debian Stable and Ruby 3.2 #943
Conversation
Probably want to upgrade the GHA config to use Ruby 3.2 and ubuntu-24.04 |
4f97a54
to
912da6f
Compare
All the errors seem related to the Active Storage image on the debate outcome models |
I can't reproduce this locally (in docker) — wondering if there's some difference between Debian and Ubuntu? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to upgrade bundler as well, but that'll need changing in the server config as well
- name: Install image processing tools | ||
shell: bash | ||
run: | | ||
sudo apt-get -yqq install imagemagick libvips |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting this is not in the default setup - seems to be a change in the 24.04 runner vs the 22.04 runner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm not sure what the underlying change is — perhaps it was previously pulled in as a dependency by something else? Can't hurt to be explicit about it everywhere though.
No description provided.