[openssl-commits] Still Failing: openssl/openssl#21515 (master - 7b34f0f)
Travis CI
builds at travis-ci.org
Mon Nov 5 07:31:43 UTC 2018
Build Update for openssl/openssl
-------------------------------------
Build: #21515
Status: Still Failing
Duration: 8 mins and 48 secs
Commit: 7b34f0f (master)
Author: Richard Levitte
Message: Build: Make it possible to have defines assigned to end products as well
This simple fix allows the following construct:
PROGRAMS=foo
SOURCE[foo]=foo.c bar.c
DEFINE[foo]=FOO=1 BAR=0
These will trickle down to the build of object files, so building
foo.o and bar.o will be done with these options: -DFOO=1 -DBAR=0
(exact syntax depending on platform, of course)
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7553)
View the changeset: https://github.com/openssl/openssl/compare/c1da4b2afe62...7b34f0fa5d06
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/450723237?utm_medium=notification&utm_source=email
--
You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20181105/db519934/attachment-0001.html>
More information about the openssl-commits
mailing list