Skip to content

Commit

Permalink
Merge pull request #1307 from filecoin-project/hwloc-docker
Browse files Browse the repository at this point in the history
feat: add hwlock to CI docker
  • Loading branch information
dignifiedquire committed Oct 6, 2020
2 parents 6f8e8e8 + 256fd46 commit 98d945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && \
apt-get install -y curl file gcc g++ git make openssh-client \
autoconf automake cmake libtool libcurl4-openssl-dev libssl-dev \
libelf-dev libdw-dev binutils-dev zlib1g-dev libiberty-dev wget \
xz-utils pkg-config python clang ocl-icd-opencl-dev
xz-utils pkg-config python clang ocl-icd-opencl-dev libhwloc-dev

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

Expand Down

0 comments on commit 98d945f

Please sign in to comment.