ansible: Use 'compilers_legacy_install' to control legacy CC installation
[lttng-ci.git] / automation / ansible / roles / cross-compilers / vars / Debian.yml
CommitLineData
a62db9d3
KS
1---
2cross_compilers_packages:
3 - gcc-aarch64-linux-gnu
4 - gcc-arm-linux-gnueabihf
5 - gcc-i686-linux-gnu
6 - gcc-powerpc64le-linux-gnu
7 - gcc-powerpc-linux-gnu
52544ed3 8 - gcc-riscv64-linux-gnu
a62db9d3 9 - gcc-s390x-linux-gnu
a862e336
KS
10 - gcc-12-aarch64-linux-gnu
11 - gcc-12-arm-linux-gnueabihf
12 - gcc-12-i686-linux-gnu
13 - gcc-12-powerpc64le-linux-gnu
14 - gcc-12-powerpc-linux-gnu
15 - gcc-12-riscv64-linux-gnu
16 - gcc-12-s390x-linux-gnu
17 - gcc-11-aarch64-linux-gnu
18 - gcc-11-arm-linux-gnueabihf
19 - gcc-11-i686-linux-gnu
20 - gcc-11-powerpc64le-linux-gnu
21 - gcc-11-s390x-linux-gnu
22 # Not in Debian bookworm, but in testing/unstable, so they will
23 # be fetched from a snapshot source instead
24 - gcc-11-powerpc-linux-gnu
25 - gcc-11-riscv64-linux-gnu
ece5559f 26cross_compilers_debian_bookworm_snapshot: true
This page took 0.023188 seconds and 4 git commands to generate.