Skip to content

Commit 7e41591

Browse files
committed
Stop disabling the new swift-driver on the CI, just have it ignore the installed NDK and use the sysroot in the SDK bundle instead
1 parent 52cb792 commit 7e41591

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ jobs:
296296
${TOOLCHAIN}/bin/swift sdk install ~/${{ steps.version.outputs.tag }}-android-*.artifactbundle.tar.gz
297297
${TOOLCHAIN}/bin/swift sdk configure --show-configuration ${{ steps.version.outputs.tag }}-android-${ANDROID_API_LEVEL}-${BUNDLE_VERSION} armv7-unknown-linux-androideabi${ANDROID_API_LEVEL}
298298
299-
if ${{ matrix.version == 'devel' }}; then
300-
FLAGS="-Xswiftc -disallow-use-new-driver"
301-
elif ${{ matrix.version == 'trunk' }}; then
299+
if ${{ matrix.version != 'release' }}; then
302300
echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
303301
fi
304302

0 commit comments

Comments
 (0)