Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .ci/dockerfiles/Dockerfile.ol9.4
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ ARG _UID=6213
ARG _GID=101
ARG _LOGIN=swx-jenkins
ARG _HOME=/var/home/$_LOGIN
ARG WEBREPO_URL=webrepo.gtm.nvidia.com

RUN sed -i 's|\$WEBREPO_URL|'"${WEBREPO_URL}"'|g' /etc/yum.repos.d/*.repo && \
yum clean all && \
yum makecache

RUN yum install yum-utils \
&& yum-config-manager --add-repo https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ \
&& yum install -y --nogpgcheck \
autoconf automake make libtool git gcc-c++ libtool json-c-devel \
clang rdma-core-devel openssl-devel glib2-devel libnl3-devel \
python3-pip sudo rpm-build gtest-devel meson ninja-build \
libzip-devel yara-devel libpcap-devel jsoncpp-devel \
libzip-devel libpcap-devel jsoncpp-devel \
&& yum clean all \
&& rm -rf /var/cache/yum && rm -rf /var/cache/dnf

Expand Down
4 changes: 2 additions & 2 deletions .ci/matrix_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs_on_dockers:
arch: 'aarch64',
name: 'ol9.4-aarch64',
uri: 'xlio/$arch/$name/build',
tag: '20241207',
tag: '20251111',
build_args: '--build-arg ARCH=aarch64 --no-cache',
category: 'base'
}
Expand Down Expand Up @@ -242,7 +242,7 @@ steps:
- "{name: 'style', category: 'tool', variant: 1}"
run: |
echo "Installing DOCA: ${DOCA_VERSION} ..."
.ci/scripts/doca_install.sh
.ci/scripts/doca_install.sh

- name: Copyrights
enable: ${do_copyrights}
Expand Down