Skip to content

Commit

Permalink
Merge pull request hpcc-systems#18862 from GordonSmith/HPCC-32220-DIS…
Browse files Browse the repository at this point in the history
…ABLE_NIGHTLYPUBLISH

HPCC-32220 Remove unused ARGS
  • Loading branch information
GordonSmith authored Jul 10, 2024
2 parents 796d0e8 + 4376ee6 commit 1a7eedd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/platform-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ RUN git clone --no-checkout https://github.com/${BUILD_USER}/HPCC-Platform.git &

WORKDIR /hpcc-dev/HPCC-Platform/vcpkg
RUN ./bootstrap-vcpkg.sh
ARG GITHUB_ACTOR=hpcc-systems
ARG GITHUB_TOKEN=none

WORKDIR /hpcc-dev/build

Expand All @@ -84,7 +82,6 @@ RUN --mount=type=secret,id=key,uid=10000 if [[ "${SIGN_MODULES}" != "OFF" ]] ; \
ARG BUILD_TYPE=RelWithDebInfo
ARG USE_CPPUNIT=1
ARG SIGNING_KEYID=HPCCSystems
ARG SIGNING_PASSPHRASE=none
RUN --mount=type=secret,id=passphrase,uid=10000 cmake /hpcc-dev/HPCC-Platform \
-Wno-dev -DCONTAINERIZED=1 \
-DINCLUDE_PLUGINS=1 -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DUSE_PYTHON2=0 \
Expand Down

0 comments on commit 1a7eedd

Please sign in to comment.