ansible: Exclude cross compiler packages not available in Debian/i386
[lttng-ci.git] / automation / ansible / roles / cross-compilers / vars / Debian.yml
index 706c04c9e8040ad2dbc4e6245dc6f9065aa844a7..45e8723d028fd349d97daf3f73345990f21aad9a 100644 (file)
@@ -1,10 +1,35 @@
 ---
-__cross_compilers_packages:
+cross_compilers_packages:
   - gcc-aarch64-linux-gnu
-  - gcc-powerpc64le-linux-gnu
   - gcc-arm-linux-gnueabihf
+  - gcc-i686-linux-gnu
+  - gcc-powerpc64le-linux-gnu
   - gcc-powerpc-linux-gnu
-  - gcc-5-aarch64-linux-gnu
-  - gcc-5-powerpc64le-linux-gnu
-  - gcc-5-arm-linux-gnueabihf
-  - gcc-5-powerpc-linux-gnu
+  - gcc-riscv64-linux-gnu
+  - gcc-s390x-linux-gnu
+
+  - gcc-12-aarch64-linux-gnu
+  - gcc-12-arm-linux-gnueabihf
+  - gcc-12-i686-linux-gnu
+  - gcc-12-powerpc64le-linux-gnu
+  - gcc-12-powerpc-linux-gnu
+  - gcc-12-riscv64-linux-gnu
+  - gcc-12-s390x-linux-gnu
+
+  - gcc-11-aarch64-linux-gnu
+  - gcc-11-arm-linux-gnueabihf
+  - gcc-11-i686-linux-gnu
+  - gcc-11-powerpc64le-linux-gnu
+  - gcc-11-s390x-linux-gnu
+  # Not in Debian bookworm, but in testing/unstable, so they will
+  # be fetched from a snapshot source instead
+  - gcc-11-powerpc-linux-gnu
+  - gcc-11-riscv64-linux-gnu
+
+# Packages not available on i386
+cross_compilers_packages_exclude_i386:
+  - gcc-i686-linux-gnu
+  - gcc-12-i686-linux-gnu
+  - gcc-11-i686-linux-gnu
+
+cross_compilers_debian_bookworm_snapshot: true
This page took 0.023683 seconds and 4 git commands to generate.