Skip to content

Commit 1c74c72

Browse files
committed
devtoolset is gcc-toolset on rhel8 (BLD-6874)
1 parent b5283f5 commit 1c74c72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/RedHat.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
state: present
1313
become: true
1414

15+
- name: Create a symbolic link devtoolset-10 linking to gcc-toolset-10
16+
ansible.builtin.file:
17+
src: /opt/rh/gcc-toolset-10
18+
dest: /opt/rh/devtoolset-10
19+
state: link
20+
1521
- name: Enable devtoolset globally for all users
1622
# See https://developers.redhat.com/blog/2014/03/19/permanently-enable-a-software-collection/
1723
ansible.builtin.copy:

0 commit comments

Comments
 (0)