From abd9eb4ca05a24746341b73082952f6ce8b6871f Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Mon, 5 Aug 2024 10:16:56 +0300 Subject: [PATCH] fix: Fix build for s390x platform Signed-off-by: Roman Nikitenko rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- build/dockerfiles/linux-libc-ubi8.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/dockerfiles/linux-libc-ubi8.Dockerfile b/build/dockerfiles/linux-libc-ubi8.Dockerfile index 8124e6afa9f..99d71e016d8 100644 --- a/build/dockerfiles/linux-libc-ubi8.Dockerfile +++ b/build/dockerfiles/linux-libc-ubi8.Dockerfile @@ -25,8 +25,8 @@ ENV DISABLE_V8_COMPILE_CACHE=1 # Install libsecret-devel on s390x and ppc64le for keytar build (binary included in npm package for x86) RUN { if [[ $(uname -m) == "s390x" ]]; then LIBSECRET="\ - https://rpmfind.net/linux/fedora-secondary/releases/34/Everything/s390x/os/Packages/l/libsecret-0.20.4-2.fc34.s390x.rpm \ - https://rpmfind.net/linux/fedora-secondary/releases/34/Everything/s390x/os/Packages/l/libsecret-devel-0.20.4-2.fc34.s390x.rpm"; \ + https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/l/libsecret-0.18.6-1.el8.s390x.rpm \ + https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/s390x/baseos/os/Packages/l/libsecret-devel-0.18.6-1.el8.s390x.rpm"; \ elif [[ $(uname -m) == "ppc64le" ]]; then LIBSECRET="\ libsecret \ https://vault.centos.org/centos/8-stream/BaseOS/ppc64le/os/Packages/libsecret-devel-0.18.6-1.el8.ppc64le.rpm"; \