Opt-In Wiki Generation
This commit is contained in:
@@ -1554,7 +1554,7 @@ func validateNativeBuildability(p *project.Project, report *ValidationReport) {
|
||||
return
|
||||
}
|
||||
defer restoreLockfiles(lockSnapshot)
|
||||
if _, err := buildNativeUnchecked(&clone, nil, nil); err != nil {
|
||||
if _, err := buildNativeUnchecked(&clone, NativeBuildOptions{}, nil, nil); err != nil {
|
||||
report.Diagnostics = append(report.Diagnostics, Diagnostic{
|
||||
Severity: SeverityError,
|
||||
Path: p.TopDataSourceDir(),
|
||||
@@ -1958,7 +1958,7 @@ func compareNativeSelfCheck(p *project.Project, actual2DA, actualTLK string, pro
|
||||
|
||||
nativeProject := *p
|
||||
nativeProject.Config.TopData.Build = tempBuild
|
||||
nativeResult, err := buildNativeUnchecked(&nativeProject, nil, nil)
|
||||
nativeResult, err := buildNativeUnchecked(&nativeProject, NativeBuildOptions{}, nil, nil)
|
||||
if err != nil {
|
||||
return 0, 0, 0, len(projectOutputs), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user