[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-17 Thread Viktor Ashirov
On Tue, Jun 18, 2019 at 1:30 AM Simon Pichugin wrote: > > Hi team, > I'm in the process of creating a Vagrant file which is close to the > customer's ENV. > It is heavilly based on Viktor's beaker task. > I use it for building and testing my code. And it is pretty important to > build with

[389-devel] 389 DS nightly 2019-06-18 - 95% PASS

2019-06-17 Thread vashirov
https://fedorapeople.org/groups/389ds/ci/nightly/2019/06/18/report-389-ds-base-1.4.1.3-20190617git89081d1.fc30.x86_64.html ___ 389-devel mailing list -- 389-devel@lists.fedoraproject.org To unsubscribe send an email to

[389-devel] Issue with building RPMs with ASAN_ON

2019-06-17 Thread Simon Pichugin
Hi team, I'm in the process of creating a Vagrant file which is close to the customer's ENV. It is heavilly based on Viktor's beaker task. I use it for building and testing my code. And it is pretty important to build with ASAN. Currently, what I do is: 1. Set 'ASAN_ON = 1' in rpm.mk 2. Run

[389-devel] Re: Issue with building RPMs with ASAN_ON

2019-06-17 Thread Mark Reynolds
On 6/17/19 7:30 PM, Simon Pichugin wrote: Hi team, I'm in the process of creating a Vagrant file which is close to the customer's ENV. It is heavilly based on Viktor's beaker task. I use it for building and testing my code. And it is pretty important to build with ASAN. Currently, what I do