Skip to content

Commit

Permalink
ci: add -DWITH_HWLOC=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jan 7, 2022
1 parent 2178ab0 commit 9c68639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.15 as build
ARG XMRIG_VERSION=v6.15.3
ARG XMRIG_URL="https://github.com/xmrig/xmrig.git"
ARG XMRIG_BUILD_ARGS="-DXMRIG_DEPS=scripts/deps -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release"
ARG XMRIG_BUILD_ARGS="-DXMRIG_DEPS=scripts/deps -DBUILD_STATIC=ON -DCMAKE_BUILD_TYPE=Release -DWITH_HWLOC=OFF"
RUN set -ex && \
apk add --no-cache git make cmake \
libstdc++ gcc g++ automake libtool \
Expand Down

0 comments on commit 9c68639

Please sign in to comment.