Skip to content

Commit 2836ff4

Browse files
authored
NO-JIRA: fix(codeserver): build needs envsubst at some point which is absent from aipcc bases (opendatahub-io#2419)
``` done (release-packages/code-server-4.98.0-linux-arm64) ./ci/build/build-packages.sh: line 57: envsubst: command not found Error: building at STEP "RUN ./get_code_server_rpm.sh && touch /tmp/control": while running runtime: exit status 127 ```
1 parent 2f79a27 commit 2836ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeserver/ubi9-python-3.12/get_code_server_rpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ if [[ "$ARCH" == "amd64" || "$ARCH" == "arm64" ||"$ARCH" == "ppc64le" ]]; then
3030

3131
# install build dependencies
3232
# dnf install -y \
33-
# git automake gettext
34-
dnf install -y jq patch libtool rsync gcc-toolset-13 krb5-devel libX11-devel
33+
# git automake
34+
dnf install -y jq patch libtool rsync gettext gcc-toolset-13 krb5-devel libX11-devel
3535

3636
. /opt/rh/gcc-toolset-13/enable
3737

0 commit comments

Comments
 (0)