Skip to content

Commit

Permalink
remove build_static from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
srbcheema1 committed Jun 2, 2018
1 parent e08aea3 commit a27bd0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ mkdir -p /tmp/build
cd /tmp/build

# Build a static binary
cmake -DBUILD_STATIC=1 ..
cmake ..
make -j${NPROCS}

0 comments on commit a27bd0b

Please sign in to comment.