File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
swift-ci/sdks/android/scripts Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -66,19 +66,17 @@ jobs:
6666 - name : " Check Patches"
6767 working-directory : swift-ci/sdks/android
6868 run : ls resources/patches/
69- - name : Build Android SDK in Docker
70- if : false
71- continue-on-error : true
72- working-directory : swift-ci/sdks/android
73- run : |
74- BUILD_VERSION=${{ matrix.swift-version }} TARGET_ARCHS=${{ matrix.arch }} ./build
7569 - name : Install Dependencies
7670 run : |
7771 sudo apt install -q ninja-build patchelf
7872 - name : Build Android SDK
7973 working-directory : swift-ci/sdks/android
8074 run : |
8175 BUILD_VERSION=${{ matrix.swift-version }} TARGET_ARCHS=${{ matrix.arch }} ./build-local
76+ - name : Build Android SDK in Docker
77+ working-directory : swift-ci/sdks/android
78+ run : |
79+ BUILD_VERSION=${{ matrix.swift-version }} TARGET_ARCHS=${{ matrix.arch }} ./build
8280 - name : Get artifact info
8381 id : info
8482 shell : bash
Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ if ! swiftc=$(which swiftc); then
167167fi
168168
169169script_dir=$( dirname -- " ${BASH_SOURCE[0]} " )
170- resource_dir=" ${script_dir} /../resources"
171- patches_dir=$( realpath " ${script_dir} /../patches" )
170+ resource_dir=$( realpath " ${script_dir} /../resources" )
171+ patches_dir=" ${resource_dir} /patches"
172+
172173ls -la ${patches_dir}
173174
174175# Find the version numbers of the various dependencies
You can’t perform that action at this time.
0 commit comments