Skip to content

Commit 247f695

Browse files
committed
1 parent 054ca78 commit 247f695

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
if [[ ! -z "${{ matrix.arch }}" ]]; then
9696
ARTIFACT_NAME="${ARTIFACT_NAME}-$(echo ${{ matrix.arch }} | tr ',' '-')"
9797
fi
98+
if [[ "${{ matrix.build-type }}" == 'local' ]]; then
99+
ARTIFACT_NAME="${ARTIFACT_NAME}-$(echo ${{ matrix.arch }} | tr ',' '-')-local"
100+
fi
98101
ARTIFACT_NAME="${ARTIFACT_NAME}${ARTIFACT_EXT}"
99102
100103
# There is no way to prevent even a single-file artifact from being zipped:

swift-ci/sdks/android/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN apt-get -q update \
4141
libpython3-dev \
4242
libsqlite3-dev \
4343
libxml2-dev \
44+
rsync \
4445
uuid-dev \
4546
uuid-runtime \
4647
tzdata \

0 commit comments

Comments
 (0)