@@ -1170,6 +1170,7 @@ jobs:
1170
1170
<< : *env-linux-2xlarge-release
1171
1171
GCLIENT_EXTRA_ARGS : ' --custom-var=checkout_boto=True --custom-var=checkout_requests=True'
1172
1172
<< : *env-release-build
1173
+ << : *env-enable-sccache
1173
1174
UPLOAD_TO_S3 : << pipeline.parameters.upload-to-s3 >>
1174
1175
<< : *steps-electron-build-for-publish
1175
1176
@@ -1221,6 +1222,7 @@ jobs:
1221
1222
GCLIENT_EXTRA_ARGS : ' --custom-var=checkout_boto=True --custom-var=checkout_requests=True'
1222
1223
<< : *env-ia32
1223
1224
<< : *env-release-build
1225
+ << : *env-enable-sccache
1224
1226
UPLOAD_TO_S3 : << pipeline.parameters.upload-to-s3 >>
1225
1227
<< : *steps-electron-build-for-publish
1226
1228
@@ -1272,6 +1274,7 @@ jobs:
1272
1274
<< : *env-linux-2xlarge-release
1273
1275
<< : *env-arm
1274
1276
<< : *env-release-build
1277
+ << : *env-enable-sccache
1275
1278
GCLIENT_EXTRA_ARGS : ' --custom-var=checkout_arm=True --custom-var=checkout_boto=True --custom-var=checkout_requests=True'
1276
1279
UPLOAD_TO_S3 : << pipeline.parameters.upload-to-s3 >>
1277
1280
<< : *steps-electron-build-for-publish
@@ -1340,6 +1343,7 @@ jobs:
1340
1343
<< : *env-linux-2xlarge-release
1341
1344
<< : *env-arm64
1342
1345
<< : *env-release-build
1346
+ << : *env-enable-sccache
1343
1347
GCLIENT_EXTRA_ARGS : ' --custom-var=checkout_arm64=True --custom-var=checkout_boto=True --custom-var=checkout_requests=True'
1344
1348
UPLOAD_TO_S3 : << pipeline.parameters.upload-to-s3 >>
1345
1349
<< : *steps-electron-build-for-publish
@@ -1399,6 +1403,7 @@ jobs:
1399
1403
environment :
1400
1404
<< : *env-mac-large-release
1401
1405
<< : *env-release-build
1406
+ << : *env-enable-sccache
1402
1407
GCLIENT_EXTRA_ARGS : ' --custom-var=checkout_boto=True --custom-var=checkout_requests=True'
1403
1408
UPLOAD_TO_S3 : << pipeline.parameters.upload-to-s3 >>
1404
1409
<< : *steps-electron-build-for-publish
@@ -1464,6 +1469,7 @@ jobs:
1464
1469
<< : *env-mac-large-release
1465
1470
<< : *env-mas
1466
1471
<< : *env-release-build
1472
+ << : *env-enable-sccache
1467
1473
GCLIENT_EXTRA_ARGS : ' --custom-var=checkout_boto=True --custom-var=checkout_requests=True'
1468
1474
UPLOAD_TO_S3 : << pipeline.parameters.upload-to-s3 >>
1469
1475
<< : *steps-electron-build-for-publish
@@ -1731,32 +1737,38 @@ workflows:
1731
1737
publish-x64-linux :
1732
1738
when : << pipeline.parameters.run-linux-x64-publish >>
1733
1739
jobs :
1734
- - linux-x64-publish
1740
+ - linux-x64-publish :
1741
+ context : release-env
1735
1742
1736
1743
publish-ia32-linux :
1737
1744
when : << pipeline.parameters.run-linux-ia32-publish >>
1738
1745
jobs :
1739
- - linux-ia32-publish
1746
+ - linux-ia32-publish :
1747
+ context : release-env
1740
1748
1741
1749
publish-arm-linux :
1742
1750
when : << pipeline.parameters.run-linux-arm-publish >>
1743
1751
jobs :
1744
- - linux-arm-publish
1752
+ - linux-arm-publish :
1753
+ context : release-env
1745
1754
1746
1755
publish-arm64-linux :
1747
1756
when : << pipeline.parameters.run-linux-arm64-publish >>
1748
1757
jobs :
1749
- - linux-arm64-publish
1758
+ - linux-arm64-publish :
1759
+ context : release-env
1750
1760
1751
1761
publish-osx :
1752
1762
when : << pipeline.parameters.run-osx-publish >>
1753
1763
jobs :
1754
- - osx-publish
1764
+ - osx-publish :
1765
+ context : release-env
1755
1766
1756
1767
publish-mas :
1757
1768
when : << pipeline.parameters.run-mas-publish >>
1758
1769
jobs :
1759
- - mas-publish
1770
+ - mas-publish :
1771
+ context : release-env
1760
1772
1761
1773
lint :
1762
1774
when : << pipeline.parameters.run-lint >>
0 commit comments