File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ jobs:
806806       - name : Build mysql-8.0 
807807        uses : ./.github/actions/build-libmysqlclient 
808808        with :
809-           configurationParameters : --enable-werror 
809+           configurationParameters : ${{ !inputs.libmysqlclient_with_mysqli && ' --enable-werror' || '' }} 
810810          libmysql : mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz 
811811          withMysqli : ${{ inputs.libmysqlclient_with_mysqli }} 
812812      - name : Test mysql-8.0 
@@ -816,7 +816,7 @@ jobs:
816816      - name : Build mysql-8.4 
817817        uses : ./.github/actions/build-libmysqlclient 
818818        with :
819-           configurationParameters : --enable-werror 
819+           configurationParameters : ${{ !inputs.libmysqlclient_with_mysqli && ' --enable-werror' || '' }} 
820820          libmysql : mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz 
821821          withMysqli : ${{ inputs.libmysqlclient_with_mysqli }} 
822822      - name : Test mysql-8.4 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments