Passed: rumpkernel/buildrump.sh#645 (master - c33edc5)

  • From: Travis CI <builds@xxxxxxxxxxxxx>
  • To: <rumpkernel-builds@xxxxxxxxxxxxx>
  • Date: Thu, 18 Jun 2015 18:48:10 +0000

Build Update for rumpkernel/buildrump.sh
-------------------------------------

Build: #645
Status: Passed

Duration: 6 minutes and 13 seconds
Commit: c33edc5 (master)
Author: Antti Kantee
Message: Change logic for "what is cross toolchain"

Try to detect a cross-compiler based on if $CC contains "-". Notably,
"cc" might still be a cross-compiler in the strictest sense of the
word if we're e.g. building rumprun. Here, the driving logic is to
make locating the rest of the toolchain easy without the user having
specify everything. For example, if CC=cc is given, then it's a good
bet that NM=nm. Likewise, if CC=foo-bar-cc is given, then it's a good
bet that NM=foo-bar-nm.

View the changeset:
https://github.com/rumpkernel/buildrump.sh/compare/7bbbbbb9107c...c33edc554b71

View the full build log and details:
https://travis-ci.org/rumpkernel/buildrump.sh/builds/67414294

--

You can configure recipients for build notifications in your .travis.yml file.
See http://docs.travis-ci.com/user/notifications


Other related posts:

  • » Passed: rumpkernel/buildrump.sh#645 (master - c33edc5) - Travis CI