libosmocore.git branch master updated. 0.9.6-247-gcd8e7a4

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri May 26 09:05:15 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  cd8e7a46b66e9b2c883867efab9c8db586f764ba (commit)
       via  2d899a015756cbf0da66d2a74b64b086b408af84 (commit)
      from  ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=cd8e7a46b66e9b2c883867efab9c8db586f764ba

commit cd8e7a46b66e9b2c883867efab9c8db586f764ba
Author: blobb <dr.blobb at gmail.com>
Date:   Wed May 24 16:09:45 2017 +0200

    Introduce build script for arm-none-eabi cross-compilations
    
    This is a necessary step to use libosmocore-arm dep in OsmocomBB.
    
    After this patch is submitted the "./contrib/jenkins.sh" line in
    libosmocore jenkins jobs [1][2] needs to be replaced with:
    
      if [[ "$JOB_NAME" == *"arch=arm-none-eabi,label=linux_amd64_debian8"* ]]
      then
        ./contrib/jenkins-arm.sh
      else
        # (FreeBSD && debian8)_amd64 builds
        ./contrib/jenkins.sh
      fi
    
    Furthermore, the "arch" matrix-build axis has to be created,
    holding "arm-none-eabi" and "amd64". Following combination filter
    is necessary to skip cross-compilations on FreeBSD buildslave:
    
      !(arch=="arm-none-eabi" && label=="FreeBSD_amd64")
    
    [1] https://jenkins.osmocom.org/jenkins/job/libosmocore/
    [2] https://jenkins.osmocom.org/jenkins/job/libosmocore-gerrit/
    
    Change-Id: I0db83ad2c94ada65c00fd1bcf867830dec80085d

http://cgit.osmocom.org/libosmocore/commit/?id=2d899a015756cbf0da66d2a74b64b086b408af84

commit 2d899a015756cbf0da66d2a74b64b086b408af84
Author: blobb <dr.blobb at gmail.com>
Date:   Fri May 26 08:38:27 2017 +0000

    Revert "Introduce build script for arm-none-eabi cross-compilations"
    
    "--enable-sanitize" does not work on jenkins build slave (debian8), although it worked out locally for me.
    
    Following patch will introduce corrected arm build script without "--enable-sanitize" option:
    
    https://gerrit.osmocom.org/#/c/2742/
    
    This reverts commit ba58167e1bf6ff8815c4e9e0d7b0b63ba1c529f8.
    
    Change-Id: I644114679db1394e75ff12b0203ae8e568aff82c

-----------------------------------------------------------------------

Summary of changes:
 contrib/jenkins-arm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list