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:
66
66
- name : " Check Patches"
67
67
working-directory : swift-ci/sdks/android
68
68
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
75
69
- name : Install Dependencies
76
70
run : |
77
71
sudo apt install -q ninja-build patchelf
78
72
- name : Build Android SDK
79
73
working-directory : swift-ci/sdks/android
80
74
run : |
81
75
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
82
80
- name : Get artifact info
83
81
id : info
84
82
shell : bash
Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ if ! swiftc=$(which swiftc); then
167
167
fi
168
168
169
169
script_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
+
172
173
ls -la ${patches_dir}
173
174
174
175
# Find the version numbers of the various dependencies
You can’t perform that action at this time.
0 commit comments