Disable OneLocBuild in runtime-official.yml (#90480)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 13 Aug 2023 12:27:44 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Aug 2023 12:27:44 +0000 (14:27 +0200)
It is blocking the official build: https://github.com/dotnet/runtime/issues/90466

eng/pipelines/runtime-official.yml

index 5bfd248..172a40e 100644 (file)
@@ -41,12 +41,13 @@ extends:
       # Localization build
       #
 
-      - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
-        - template: /eng/common/templates/job/onelocbuild.yml
-          parameters:
-            MirrorRepo: runtime
-            LclSource: lclFilesfromPackage
-            LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
+      # disabled due to https://github.com/dotnet/runtime/issues/90466
+      #- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
+      #  - template: /eng/common/templates/job/onelocbuild.yml
+      #    parameters:
+      #      MirrorRepo: runtime
+      #      LclSource: lclFilesfromPackage
+      #      LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
 
       #
       # Source Index Build