Skip to content

Commit

Permalink
Updated the mac dockerfile with a few changes
Browse files Browse the repository at this point in the history
- use x64 instead of x86
- use --xcode
- disable dtrace
  • Loading branch information
irbull committed Apr 26, 2017
1 parent d7851b1 commit dce38ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac_builds/Dockerfile.mac.x64
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ RUN echo "[1/2] cloning dependencies..." && \


CMD cd node && \
CC=o64-gcc CXX=o64-g++ ./configure --without-intl --without-inspector --dest-cpu=x86 --dest-os=mac --without-snapshot --enable-static --ninja && \
CC=o64-gcc CXX=o64-g++ ./configure --without-intl --without-inspector --dest-cpu=x64 --dest-os=mac --without-snapshot --enable-static --without-dtrace --xcode && \
make CC=o64-gcc CXX=o64-g++ -j4

0 comments on commit dce38ec

Please sign in to comment.