changeset 53168:03c8d339aff2 stable

ci: move rust wheel building to M size VM The rust wheel needs to compile a bunch of Rust and can use the higher parallelism.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 16 Apr 2025 22:51:06 +0200
parents 643e7525cb07
children dbbf4d4ee720
files contrib/heptapod-ci.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Wed Apr 16 17:48:57 2025 +0200
+++ b/contrib/heptapod-ci.yml	Wed Apr 16 22:51:06 2025 +0200
@@ -131,6 +131,7 @@
   extends: build-c-wheel
   variables:
     WHEEL_TYPE: "rust"
+    CI_CLEVER_CLOUD_FLAVOR: "M"
 
 .wheel-trigger:
   extends: .trigger