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

ci: add per-arch support for installation of libsecret and libsecret-devel #50

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

nickboldt
Copy link
Contributor

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.

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
# 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 \
Copy link
Contributor Author

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

@nickboldt nickboldt changed the title add per-arch support for installation of... ci: add per-arch support for installation of libsecret and libsecret-devel Aug 4, 2021
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
Copy link
Contributor

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*

Copy link
Collaborator

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>
@vzhukovs vzhukovs merged commit d90df89 into main Aug 5, 2021
@vzhukovs vzhukovs deleted the s390x-ppc64le- branch August 5, 2021 10:24
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.

3 participants