Skip to content

Commit 23ce749

Browse files
committed
Remove trunk toolchain workaround on the CI that is no longer needed
1 parent bb1cef6 commit 23ce749

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sdks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,6 @@ jobs:
278278
279279
if ${{ matrix.version != 'release' }}; then
280280
FLAGS="-Xswiftc -disallow-use-new-driver"
281-
if [ ${{ matrix.version }} != 'devel' ]; then
282-
ln -s swiftc-legacy-driver ${TOOLCHAIN}/bin/swiftc-legacy-driver.
283-
ln -s swift-legacy-driver ${TOOLCHAIN}/bin/swift-legacy-driver.
284-
fi
285281
else
286282
FLAGS="-Xswiftc -Xclang-linker -Xswiftc -fuse-ld=lld"
287283
fi

0 commit comments

Comments
 (0)