@@ -215,11 +215,6 @@ tasks:
215215 compass_distribution : compass
216216 target_platform : ' --platform=darwin'
217217 target_arch : ' --arch=x64'
218- - func : apply-compass-target-expansion
219- vars :
220- compass_distribution : compass
221- target_platform : ' --platform=darwin'
222- target_arch : ' --arch=arm64'
223218 - func : get-artifacts
224219 vars :
225220 compass_distribution : compass
@@ -239,11 +234,6 @@ tasks:
239234 compass_distribution : compass-isolated
240235 target_platform : ' --platform=darwin'
241236 target_arch : ' --arch=x64'
242- - func : apply-compass-target-expansion
243- vars :
244- compass_distribution : compass-isolated
245- target_platform : ' --platform=darwin'
246- target_arch : ' --arch=arm64'
247237 - func : get-artifacts
248238 vars :
249239 compass_distribution : compass-isolated
@@ -263,11 +253,6 @@ tasks:
263253 compass_distribution : compass-readonly
264254 target_platform : ' --platform=darwin'
265255 target_arch : ' --arch=x64'
266- - func : apply-compass-target-expansion
267- vars :
268- compass_distribution : compass-readonly
269- target_platform : ' --platform=darwin'
270- target_arch : ' --arch=arm64'
271256 - func : get-artifacts
272257 vars :
273258 compass_distribution : compass-readonly
@@ -287,11 +272,6 @@ tasks:
287272 compass_distribution : compass
288273 target_platform : ' --platform=darwin'
289274 target_arch : ' --arch=x64'
290- - func : publish
291- vars :
292- compass_distribution : compass
293- target_platform : ' --platform=darwin'
294- target_arch : ' --arch=arm64'
295275
296276 - func : publish
297277 vars :
@@ -308,11 +288,6 @@ tasks:
308288 compass_distribution : compass-isolated
309289 target_platform : ' --platform=darwin'
310290 target_arch : ' --arch=x64'
311- - func : publish
312- vars :
313- compass_distribution : compass-isolated
314- target_platform : ' --platform=darwin'
315- target_arch : ' --arch=arm64'
316291
317292 - func : publish
318293 vars :
@@ -329,11 +304,6 @@ tasks:
329304 compass_distribution : compass-readonly
330305 target_platform : ' --platform=darwin'
331306 target_arch : ' --arch=x64'
332- - func : publish
333- vars :
334- compass_distribution : compass-readonly
335- target_platform : ' --platform=darwin'
336- target_arch : ' --arch=arm64'
337307
338308 # copied as test-packaged-app-macos due to depends_on variation
339309 <% for (const task of testPackagedAppVariations) { % >
0 commit comments