-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add a SLES 15 SP6 / openSUSE 15.6 build #233
Conversation
differences from 15.5: - libicu-devel version in Dockerfile - libtiff version in package dependencies
I'm not sure what's up with the CentOS7 failures; I don't think they could be related to my changes? |
# Like openSUSE/SLES 15.5, SUSE 15.6 ships with both ICU 65 (libicu-devel) | ||
# and a later version; unlike 15.5, the later version is ICU 73 | ||
# (libicu73_2-devel). Prefer ICU 73 because the devel packages can't | ||
# coexist, and zypper resolves libicu-devel to libicu73_2-devel when | ||
# installing RPMs. | ||
libicu73_2-devel \ |
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.
difference from 15.5
- libopenblas_pthreads-devel | ||
- libpango-1_0-0 | ||
- libreadline7 | ||
- libtiff6 |
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.
difference from 15.5
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.
Looks good once CI passes 👍
I opened #234 for the CentOS 7 failures. I just rebased off this PR to save some time with testing.
For post-merge steps, I can kick off the prod environment publish and binary rebuilds.
Fix CentOS 7 build
differences from 15.5:
fixes #232