mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
SERVER-67133 Reenable debug mode and run it once a week
This commit is contained in:
parent
c604b24e27
commit
98e00d5041
@ -1377,7 +1377,8 @@ buildvariants:
|
||||
- <<: *enterprise-rhel-80-64-bit-dynamic-required-template
|
||||
name: enterprise-rhel-80-64-bit-dynamic-debug-mode
|
||||
display_name: "Shared Library Enterprise RHEL 8.0 Debug Mode"
|
||||
cron: "0 0 1 1 *" # Run once every year to temporarily disable
|
||||
cron: "0 4 * * 0" # Run once a week on sunday at 4am
|
||||
stepback: false
|
||||
expansions:
|
||||
<<: *enterprise-rhel-80-64-bit-dynamic-required-expansions
|
||||
compile_flags: --ssl MONGO_DISTMOD=rhel80 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --link-model=dynamic --use-glibcxx-debug --dbg=on --allocator=system
|
||||
|
Loading…
Reference in New Issue
Block a user