This is an automated email from the git hooks/post-receive script.
teigland pushed a commit to branch master
in repository sanlock.
The following commit(s) were added to refs/heads/master by this push:
new 3283330 Current Trusty based environment fail to complile with:
3283330 is described below
commit 3283330e99b9947b40232dd30044f4c72ff5be05
Author: Nir Soffer <nsoffer(a)redhat.com>
AuthorDate: Fri Dec 14 09:55:21 2018 -0600
Current Trusty based environment fail to complile with:
cc: error: unrecognized command line option ‘-fstack-protector-strong’
cc: error: unrecognized command line option ‘-fstack-clash-protection’
Upgrading to Xenial fix the first issue. I guess we need to check
availability of the second flag, or switch to build inside a container.
Signed-off-by: Nir Soffer <nsoffer(a)redhat.com>
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 9668e82..675768d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,4 @@
+dist: xenial
language: python
before_install:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.