mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

7b03c31 Ticket 49537 - allow asan to build with stable rustc

Authored and Committed by William Brown 6 years ago
1 file changed. 1 lines added. 1 lines removed.
    Ticket 49537 - allow asan to build with stable rustc
    
    Bug Description:  Rustc has a policy of only allowing -Z flags on
      nightly - but there is an environment variable that allows
      unblocking these on stable releases.
    
    Fix Description:  Add RUSTC_BOOTSTRAP=1 to Makefile.am
    
    https://pagure.io/389-ds-base/issue/49537
    
    Author: wibrown
    
    Review by: mreynolds (Thank you!)
    
        
file modified
+1 -1