Skip to content

Commit ffe9c29

Browse files
committed
GHA: adjust the ds2 prefix for Android ARMv7
This is now properly normalised to the expected triple (armv7-unknown-linux-android). Account for this in the build so that we don't have to shuffle files for the installer packaging.
1 parent 5463e17 commit ffe9c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ jobs:
456456
cxxflags: ${{ inputs.ANDROID_CMAKE_CXX_FLAGS }}
457457
os: Android
458458
extra_flags: -DCMAKE_ANDROID_API=${{ inputs.ANDROID_API_LEVEL }} -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a
459-
module_triple: armv7-unknown-linux-androideabi
459+
module_triple: armv7-unknown-linux-android
460460

461461
- arch: i686
462462
cc: clang

0 commit comments

Comments
 (0)