Skip to content

Commit 7a6e392

Browse files
[ci] remove bootstrapping workaround for GHA runner
because we don't use GHA runner as builder host anymore
1 parent 02d8760 commit 7a6e392

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@ jobs:
119119
timeout-minutes: 0
120120
runs-on: ${{ matrix.agent_query }}
121121
steps:
122-
# TODO(katei): Remove this step after https://bugs.swift.org/browse/SR-15135 will be resolved
123-
- name: (Workaround) Uninstall pre-installed Swift toolchain on Linux
124-
if: ${{ matrix.build_os == 'ubuntu-20.04' || matrix.build_os == 'ubuntu-18.04' }}
125-
run: |
126-
# Installer script is here: https://github.com/actions/virtual-environments/blob/1cbea058249db750691ec74f1b3ba9a7b1605d26/images/linux/scripts/installers/swift.sh
127-
rm -f /usr/local/bin/swiftc /usr/local/bin/swift
128-
rm -rf /usr/share/swift/
129-
130122
- name: Free disk space
131123
if: ${{ matrix.free_disk_space }}
132124
run: |

0 commit comments

Comments
 (0)