Skip to content

Commit

Permalink
Docker: Disable core dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Mar 19, 2019
1 parent 4a65d9b commit 1027251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/scripts/ci_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -eo pipefail
REPORT=/workspace/report.txt
echo -n "StartDate: " | tee -a $REPORT
date --utc --rfc-3339=seconds | tee -a $REPORT
ulimit -c 0 # Disable core dumps as they can take a very long time to write.

# Rsync with common args.
function rsync_changes {
Expand Down

0 comments on commit 1027251

Please sign in to comment.