summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-03-10 13:26:55 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-10 21:39:29 +0000
commit5102ca3a6c0fa401d129d02ca9854949a6c4a19b (patch)
tree5dde7325e105667551ef06c4046fc0f4f69c7a27
parent61cfcda5f0244230aa4e5d85906789d50a21ca0c (diff)
downloadmongo-r4.9.0-alpha7.tar.gz
Revert "SERVER-47341 Mark sources read only during scons compile"r4.9.0-alpha7
This reverts commit 7d99356126fb3e921370c24c0a61499513bc78b6.
-rw-r--r--etc/evergreen.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 89e10a82909..a3eeeb64c33 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1900,17 +1900,11 @@ functions:
${activate_virtualenv}
- chmod -R ugo-w ./src
- ls -la src/mongo/stdx/sigaltstack_location_test.cpp || true
-
${compile_env|} $python ./buildscripts/scons.py \
${compile_flags|} ${task_compile_flags|} ${task_compile_flags_extra|} \
${scons_cache_args|} $extra_args \
${targets} MONGO_VERSION=${version} ${patch_compile_flags|} || exit_status=$?
- chmod -R ugo+w ./src
- ls -la src/mongo/stdx/sigaltstack_location_test.cpp || true
-
# If compile fails we do not run any tests
if [[ $exit_status -ne 0 ]]; then
touch ${skip_tests}