Skip to content

Commit

Permalink
Add dependencies needed to build XRT.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jan 27, 2024
1 parent 1f22e79 commit 9cc933a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion dockerfiles/manylinux_ghr_x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cc933a

Please sign in to comment.