ansible: adjust compiler versions for bionic
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 20 Feb 2019 16:28:56 +0000 (11:28 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 20 Feb 2019 16:28:56 +0000 (11:28 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
automation/ansible/roles/cross-compilers/vars/Debian.yml
automation/ansible/roles/lttng-modules/vars/Debian.yml

index 7701f0127a4c77b07234b266870eadb3e9250f71..706c04c9e8040ad2dbc4e6245dc6f9065aa844a7 100644 (file)
@@ -4,7 +4,7 @@ __cross_compilers_packages:
   - gcc-powerpc64le-linux-gnu
   - gcc-arm-linux-gnueabihf
   - gcc-powerpc-linux-gnu
-  - gcc-4.9-aarch64-linux-gnu
-  - gcc-4.9-powerpc64le-linux-gnu
-  - gcc-4.9-arm-linux-gnueabihf
-  - gcc-4.9-powerpc-linux-gnu
+  - gcc-5-aarch64-linux-gnu
+  - gcc-5-powerpc64le-linux-gnu
+  - gcc-5-arm-linux-gnueabihf
+  - gcc-5-powerpc-linux-gnu
index dcc6ad68449cd29b605deeb5b550a9fbbb355975..da168eacd0a5b1afc21300be5a38958d960b9b7a 100644 (file)
@@ -3,6 +3,6 @@ __lttng_modules_packages:
   - kernel-wedge
   - libelf-dev
   - bc
-  - gcc-4.9
+  - gcc-4.8
   - s3cmd
   - u-boot-tools
This page took 0.024401 seconds and 4 git commands to generate.