You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/05/10 12:40:32 UTC

[mynewt-core] branch coverity_scan updated: Dump log + vsyscall=emulate

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/coverity_scan by this push:
     new a3a5f45  Dump log + vsyscall=emulate
a3a5f45 is described below

commit a3a5f4516c070e7a0758568f8037df152823466e
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 10 09:42:11 2018 -0300

    Dump log + vsyscall=emulate
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6720f37..0b08aba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@ before_install:
   - mynewt-newt/newt/newt target set bletiny_nrf52840_coverity bsp=@apache-mynewt-core/hw/bsp/nrf52840pdk
   - mynewt-newt/newt/newt target set bletiny_nrf52840_coverity build_profile=debug
   - mynewt-newt/newt/newt target set bletiny_nrf52840_coverity syscfg=BLE_SM_LEGACY=1:BLE_SM_SC=1:BLE_EDDYSTONE=1:BLE_EXT_ADV=1:BLE_EXT_ADV_MAX_SIZE=50:BLE_MULTI_ADV_INSTANCES=2:BLE_LL_CFG_FEAT_LE_2M_PHY=1:BLE_LL_CFG_FEAT_LE_CODED_PHY=1:BLE_SM_BONDING=1:BLE_L2CAP_COC_MAX_NUM=2:BLE_HS_DEBUG=1:LOG_LEVEL=0
+  # FIXME: this is not supposed to be required, for testing only
+  - sudo sysctl vsyscall=emulate
 
 script: ""
 
@@ -35,5 +37,5 @@ addons:
     # build_command_prepend: "cov-configure --gcc"
     # build_command_prepend: "cov-configure --comptype gcc --compiler gcc-4.8 --template"
     build_command_prepend: "cov-configure --comptype gcc --compiler arm-none-eabi-gcc -- -fno-exceptions -mcpu=cortex-m4 -mthumb -mthumb-interwork"
-    build_command: "cov-build --dir cov-int mynewt-newt/newt/newt build --executeShell bletiny_nrf52840_coverity"
+    build_command: "cov-build --dir cov-int mynewt-newt/newt/newt build --executeShell bletiny_nrf52840_coverity; cat /home/travis/build/apache/mynewt-core/cov-int/build-log.txt"
     branch_pattern: "coverity_scan"

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.