From 9cc933a5a40f13b9ee8acfef44c917a1cacb93f2 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Fri, 26 Jan 2024 16:21:25 -0800 Subject: [PATCH] Add dependencies needed to build XRT. --- dockerfiles/manylinux_ghr_x86_64.Dockerfile | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/dockerfiles/manylinux_ghr_x86_64.Dockerfile b/dockerfiles/manylinux_ghr_x86_64.Dockerfile index b85c778..3646735 100644 --- a/dockerfiles/manylinux_ghr_x86_64.Dockerfile +++ b/dockerfiles/manylinux_ghr_x86_64.Dockerfile @@ -46,7 +46,22 @@ RUN yum install -y epel-release && \ yum install -y dumb-init jq && \ yum install -y ninja-build clang lld && \ yum install -y capstone-devel tbb-devel libzstd-devel && \ - yum install -y boost-devel && \ + yum install -y boost-devel \ + boost-filesystem \ + boost-program-options \ + boost-static \ + libcurl-devel \ + libdrm-devel \ + libudev-devel \ + libuuid-devel \ + ncurses-devel \ + ocl-icd-devel \ + openssl-devel \ + pkgconfig \ + protobuf-compiler \ + protobuf-devel \ + rapidjson-devel \ + systemtap-sdt-devel && \ /actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} && \ yum clean all && \ rm -rf /var/cache/yum