Browse Source

ci: fix linux builds of forks (#39941)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <[email protected]>
trop[bot] 1 year ago
parent
commit
04e85b4eda
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .circleci/config/base.yml

+ 3 - 2
.circleci/config/base.yml

@@ -1057,7 +1057,7 @@ commands:
           condition:
             or:
               - equal: [<< parameters.could-be-aks >>, false]
-              - equal: [<< pipeline.parameters.large-linux-executor >>, xlarge]
+              - equal: [<< pipeline.parameters.large-linux-executor >>, 2xlarge]
           steps: << parameters.circle >>
       - when:
           condition:
@@ -1910,7 +1910,8 @@ jobs:
     steps:
       - electron-build:
           persist: true
-          checkout: true
+          checkout: false
+          checkout-and-assume-cache: true
           build-nonproprietary-ffmpeg: false
           artifact-key: 'linux-x64-asan'
           build-type: 'Linux'