Skip to content

Commit

Permalink
SERVER-34691 Disable Free Monitoring on Embedded SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
markbenvenuto committed Apr 27, 2018
1 parent 825e75d commit a9423f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ To build MongoDB, you will need:
* GCC 5.4.0 or newer
* Clang 3.8 (or Apple XCode 8.3.2 Clang) or newer
* Visual Studio 2015 Update 3 or newer (See Windows section below for details)
* On Linux and macOS, the libcurl library and header is required. MacOS includes libcurl.
* Fedora/RHEL - dnf install libcurl-devel
* Ubuntu/Debian - apt-get install libcurl-dev
* Python 2.7.x and Pip modules:
* pyyaml
* typing
Expand Down
8 changes: 8 additions & 0 deletions etc/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8782,6 +8782,7 @@ buildvariants:
-j$(sysctl -n hw.logicalcpu)
--dbg=off
--opt=size
--enable-free-mon=off
--variables-files=etc/scons/xcode_macos.vars
disable_unit_tests: true
enable_embedded_tests: native
Expand Down Expand Up @@ -8810,6 +8811,7 @@ buildvariants:
-j$(sysctl -n hw.logicalcpu)
--dbg=off
--opt=size
--enable-free-mon=off
--variables-files=etc/scons/xcode_ios.vars
disable_unit_tests: true
tasks:
Expand Down Expand Up @@ -8837,6 +8839,7 @@ buildvariants:
-j$(sysctl -n hw.logicalcpu)
--dbg=off
--opt=size
--enable-free-mon=off
--variables-files=etc/scons/xcode_ios_sim.vars
disable_unit_tests: true
enable_embedded_tests: ios_tvos_simulator
Expand Down Expand Up @@ -8867,6 +8870,7 @@ buildvariants:
-j$(sysctl -n hw.logicalcpu)
--dbg=off
--opt=size
--enable-free-mon=off
--variables-files=etc/scons/xcode_tvos.vars
disable_unit_tests: true
tasks:
Expand Down Expand Up @@ -8895,6 +8899,7 @@ buildvariants:
-j$(sysctl -n hw.logicalcpu)
--dbg=off
--opt=size
--enable-free-mon=off
--variables-files=etc/scons/xcode_tvos_sim.vars
disable_unit_tests: true
enable_embedded_tests: ios_tvos_simulator
Expand Down Expand Up @@ -8922,6 +8927,7 @@ buildvariants:
-j$(grep -c ^processor /proc/cpuinfo)
--dbg=off
--opt=size
--enable-free-mon=off
--variables-files=etc/scons/mongodbtoolchain_gcc.vars
--allocator=system
disable_unit_tests: true
Expand Down Expand Up @@ -8949,6 +8955,7 @@ buildvariants:
-j$(grep -c ^processor /proc/cpuinfo)
--dbg=off
--opt=size
--enable-free-mon=off
--android-toolchain-path=$(dirname $(pwd))/android_toolchain
--variables-files=etc/scons/android_toolchain.vars
disable_unit_tests: true
Expand Down Expand Up @@ -8979,6 +8986,7 @@ buildvariants:
-j$(grep -c ^processor /proc/cpuinfo)
--dbg=off
--opt=size
--enable-free-mon=off
--android-toolchain-path=$(dirname $(pwd))/android_toolchain
--variables-files=etc/scons/android_toolchain.vars
disable_unit_tests: true
Expand Down

0 comments on commit a9423f8

Please sign in to comment.