We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aec9f5 commit 7dcbe94Copy full SHA for 7dcbe94
.github/workflows/build-assets.yml
@@ -164,7 +164,7 @@ jobs:
164
--mount ${{ needs.preamble.outputs.mount_build }} \
165
$docker_label \
166
"tail -f /dev/null")
167
- docker exec $CONTAINER /bin/bash -c "cmake -S /hpcc-dev/HPCC-Platform -B /hpcc-dev/build ${{ needs.preamble.outputs.cmake_docker_config }} -DINCLUDE_PLUGINS=ON -DSUPPRESS_V8EMBED=ON -DSUPPRESS_REMBED=ON"
+ docker exec $CONTAINER /bin/bash -c "cmake -S /hpcc-dev/HPCC-Platform -B /hpcc-dev/build ${{ needs.preamble.outputs.cmake_docker_config }} -DSIGN_MODULES=OFF -DINCLUDE_PLUGINS=ON -DSUPPRESS_V8EMBED=ON -DSUPPRESS_REMBED=ON"
168
docker commit $CONTAINER $docker_label
169
docker rm -f $CONTAINER
170
0 commit comments