-
Notifications
You must be signed in to change notification settings - Fork 18
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
ci: add per-arch support for installation of libsecret and libsecret-devel #50
Conversation
# Java 11 support | ||
java-11-openjdk-devel \ | ||
# Python support | ||
python2 python39 \ | ||
# Packages needed for AWT. | ||
libXext libXrender libXtst libXi libX11-xcb mesa-libgbm libdrm freetype \ | ||
# Arch specific installs of libsecret and libsecret-devel (required by JetBrains products) | ||
&& chmod +x /tmp/install-platform-dependencies.sh && /tmp/install-platform-dependencies.sh && rm -f /tmp/install-platform-dependencies.sh \ |
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.
to transform to downstream:
sed Dockerfile -r -e "s#.+install-platform-dependencies.sh.+# libsecret libsecret-devel \\\\ #" > Dockerfile.2
mv Dockerfile.2 Dockerfile
ef86d0f
to
5c54d79
Compare
5c54d79
to
b0fe4af
Compare
cd /tmp | ||
curl -sSLO https://rpmfind.net/linux/fedora-secondary/releases/34/Everything/s390x/os/Packages/l/libsecret-0.20.4-2.fc34.s390x.rpm | ||
curl -sSLO https://rpmfind.net/linux/fedora-secondary/releases/34/Everything/s390x/os/Packages/l/libsecret-devel-0.20.4-2.fc34.s390x.rpm | ||
rpm --excludedocs -i /tmp/libsecret-*.rpm |
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.
FYI glib2-devel pcre-cpp pcre-devel pcre-utf16 pcre-utf32
are packages to install on s390x before installing libsecret*
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.
Added missed libraries
…devel Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
67b19ab
to
951db7f
Compare
What does this PR do?
add per-arch support for installation of libsecret and libsecret-devel; also update to latest ubi8-minimal base images, and include URL from which they're kept up to date so we can use updateBaseImages.sh script at intervals to stay current
Change-Id: I9cb90974484472826deaff3658daec9b47d23ffb
Signed-off-by: nickboldt nboldt@redhat.com
Screenshot/screencast of this PR
N/A
What issues does this PR fix or reference?
N/A (or see commit message above for issue number)
How to test this PR?
N/A
PR Checklist
As the author of this Pull Request I made sure that:
Reviewers
Reviewers, please comment how you tested the PR when approving it.