Skip to content

Commit

Permalink
Vanishing_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sxa committed Oct 5, 2021
1 parent bc21819 commit 6422859
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@
- ! (ansible_distribution_major_version == "7" and ansible_architecture == "s390x")
tags: build_tools

- name: Add devtools-2 to yum repo list for gcc 4.8
get_url:
url: https://people.centos.org/tru/devtools-2/devtools-2.repo
dest: /etc/yum.repos.d/devtools-2.repo
timeout: 25
checksum: sha256:a8ebeb4bed624700f727179e6ef771dafe47651131a00a78b342251415646acc
when:
- ansible_distribution_major_version == "6"
tags: build_tools

- name: Install CentOS SCL x86_64 repo for gcc7.3
package: "name=centos-release-scl state=latest"
when:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ Build_Tool_Packages:
- xz
- zip

gcc48_devtoolset_compiler:
- devtoolset-2-gcc
- devtoolset-2-binutils
- devtoolset-2-gcc-c++

Additional_Build_Tools_CentOS7:
- libstdc++-static
- ccache
Expand Down

0 comments on commit 6422859

Please sign in to comment.