Skip to content

Commit c729825

Browse files
committed
1 parent 3a2dd25 commit c729825

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,13 @@ ANDROID_NDK_VERSION=android-ndk-r27c
3232
# Build the Docker image
3333
$DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX --build-arg SWIFT_TOOLCHAIN_URL=$SWIFT_TOOLCHAIN_URL --build-arg ANDROID_NDK_VERSION=$ANDROID_NDK_VERSION -t swift-android .
3434

35-
echo "Testing docker container"
36-
$DOCKER run --rm \
37-
-v ./source:/source \
38-
-v ./products:/products \
39-
swift-android \
40-
echo "Docker Test"
41-
echo "Done testing docker container"
42-
4335
# Check-out the sources
4436
scripts/fetch-source.sh --source-dir source --swift-tag ${SWIFT_TAG}
4537

4638
mkdir -p products
4739

4840
# Run the build
49-
$DOCKER run --rm \
41+
$DOCKER run -i --rm \
5042
-v ./source:/source \
5143
-v ./products:/products \
5244
swift-android \

0 commit comments

Comments
 (0)