File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,13 @@ ANDROID_NDK_VERSION=android-ndk-r27c
32
32
# Build the Docker image
33
33
$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 .
34
34
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
-
43
35
# Check-out the sources
44
36
scripts/fetch-source.sh --source-dir source --swift-tag ${SWIFT_TAG}
45
37
46
38
mkdir -p products
47
39
48
40
# Run the build
49
- $DOCKER run --rm \
41
+ $DOCKER run -i - -rm \
50
42
-v ./source:/source \
51
43
-v ./products:/products \
52
44
swift-android \
You can’t perform that action at this time.
0 commit comments