Skip to content

Commit

Permalink
ansible: remove debian7 (#2608)
Browse files Browse the repository at this point in the history
This is no longer in the CI so it should be alright to remove it.

Refs: #2607

Co-authored-by: Richard Lau <rlau@redhat.com>
  • Loading branch information
danbev and richardlau authored Apr 28, 2021
1 parent f4fe95d commit 44ee1fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# variables shared in baselayout
#

git_no_binpkg: ['debian7']
git_no_binpkg: [ ]
git_version: 2.10.2

ssh_config: /etc/ssh/sshd_config
Expand Down Expand Up @@ -56,10 +56,6 @@ packages: {
'autoconf,automake,ca-certificates-mozilla,ccache,cmake,coreutils-gnu,gcc,gcc-cplusplus,gcc-cpp,git,libstdcplusplus-devel,m4-gnu,openssl-devel,python3,python3-pip,sed-gnu,zlib-devel',
],

debian7: [
'gcc-4.8,g++-4.8,sudo',
],

debian8: [
'ccache,git,gcc-4.9,g++-4.9,libfontconfig1,binutils-2.26,sudo',
],
Expand Down

0 comments on commit 44ee1fd

Please sign in to comment.