ansible: Install gcc-11 and gcc-12 cross compilers on Debian
[lttng-ci.git] / automation / ansible / roles / cross-compilers / vars / Debian.yml
index 06193ad308db0507e94a6cbec0e8bd696c06064e..a4bca80b4e941db8cde1673fd7997e9b24b01673 100644 (file)
@@ -1,6 +1,25 @@
 ---
-__common_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-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
This page took 0.025191 seconds and 4 git commands to generate.