commit 242de2b: Merge pull request #3932 from fatalbanana/ci_cores

GitHub noreply at github.com
Mon Oct 11 14:56:06 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-10-11 15:54:03 +0100
URL: https://github.com/rspamd/rspamd/commit/242de2b996569963161268770c255bb6b0d45469

Merge pull request #3932 from fatalbanana/ci_cores
[Test] CI: fix rspamd executable path

 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --combined .drone.yml
index 1c33d725d,3f7c5b5ff..eaaf5989d
--- a/.drone.yml
+++ b/.drone.yml
@@@ -194,7 -194,7 +194,7 @@@ steps
        - >
          for core in $core_files;
          do
-         exe=$(gdb --batch -ex 'info proc mappings' -c $core | awk 'h {print $5; exit}; /objfile/ {h=1}');
+         exe=$(gdb --batch -ex 'info proc mappings' -c $core | tail -1 | awk '{print $5}');
          gdb --batch -ex 'bt' -c $core $exe; echo '---';
          done
        - exit $EXIT_CODE
@@@ -228,7 -228,7 +228,7 @@@
        event: [push, tag]
  
    - name: eslint
 -    image: node:10-alpine
 +    image: node:16-alpine
      pull: if-not-exists
      commands:
        - npm install
@@@ -276,6 -276,6 +276,6 @@@ trigger
  
  ---
  kind: signature
 -hmac: 7f1350e32f77ea7aa01751106c0af66f5795edf3d592f408ede548349e0a270c
 +hmac: 280bb5609bebcf9cd3c7e041d5a5b52ccb022f71ed49b0d953faf8c28768c560
  
  ...


More information about the Commits mailing list