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:43:56 UTC

[mynewt-core] branch coverity_scan updated: Remove 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 54286ce  Remove vsyscall=emulate
54286ce is described below

commit 54286ce49fae2f24f71f610d108d72682997ba8d
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu May 10 09:45:35 2018 -0300

    Remove vsyscall=emulate
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0b08aba..24c04ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,8 +18,6 @@ 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: ""
 

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