summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2019-10-23 12:14:31 +0100
committerAnton Yuzhaninov <citrin+git@citrin.ru>2019-10-23 12:14:31 +0100
commited9f1be8c9b06c26536baf1c72cfa88c3d83b9fd (patch)
tree0e243d7335f73996af1d4f8babe8bfc5dab1faaa /.drone.yml
parent59e0ec61862f32d924d4ebfe54180b11b35db28a (diff)
downloadrspamd-ed9f1be8c9b06c26536baf1c72cfa88c3d83b9fd.tar.gz
rspamd-ed9f1be8c9b06c26536baf1c72cfa88c3d83b9fd.zip
Default stack size should be enough for build without ASAN
It can be useful to know if stack usage will be too high.
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 49000533b..35061b001 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -93,7 +93,6 @@ steps:
commands:
- test "$(id -un)" = nobody
- ulimit -c unlimited
- - ulimit -s unlimited
# rspamd-test and functional test both use luacov.stats.out file and should be started from
# different directories (if started in parallel)
- cd /rspamd/build/test
@@ -253,6 +252,6 @@ trigger:
---
kind: signature
-hmac: 2b33ee4678e119d3c794e8641fbeee97d514b3a027a4538bb1b0dac61e5224cc
+hmac: 9997b0189f3cf3acce7575372f728ccc57bf57b9a72936d86e91b1cff852a48b
...