[ovs-git] [openvswitch/ovs] 48035e: travis: Explicitly disable LLVM for sparse build.

GitHub noreply at github.com
Thu Jul 27 23:50:22 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 48035edbe782be63daa9e2c4f71860d405b4d479
      https://github.com/openvswitch/ovs/commit/48035edbe782be63daa9e2c4f71860d405b4d479
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M .travis/linux-prepare.sh

  Log Message:
  -----------
  travis: Explicitly disable LLVM for sparse build.

Newer travis environments claim to have LLVM support (llvm-config exists
and works) but in reality don't, which prevents sparse from building and
later parts of the build from succeeding.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Justin Pettit <jpettit at ovn.org>


  Commit: fe70f381c18e2abefc71bc59d6fad3c7386d69d9
      https://github.com/openvswitch/ovs/commit/fe70f381c18e2abefc71bc59d6fad3c7386d69d9
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-07-27 (Thu, 27 Jul 2017)

  Changed paths:
    M .travis/linux-prepare.sh

  Log Message:
  -----------
  travis: Fail the build if any of the Linux build preparations fail.

We want the build to fail if we can't prepare properly for it, but
linux-prepare.sh ignored errors.  This fixes the problem.

This would have made it more obvious where the problem fixed by the
previous commit originated.

(osx-prepare.sh already does the right thing.)

Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/bc0f51765d27...fe70f381c18e


More information about the git mailing list