Skip to content

Commit 39a3626

Browse files
committed
Swift Android build 6.2
1 parent a705d09 commit 39a3626

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ env:
88
jobs:
99
build:
1010
name: Build Docker images
11+
# disabled for CI testing
12+
if: false
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Checkout repository
@@ -24,6 +26,8 @@ jobs:
2426
2527
static-linux-build:
2628
name: Build Static Linux image
29+
# disabled for CI testing
30+
if: false
2731
runs-on: ubuntu-latest
2832
steps:
2933
- name: Checkout repository
@@ -33,7 +37,7 @@ jobs:
3337
run: ./build
3438

3539
android-build:
36-
name: Build Android ${{ matrix.arch }} SDK
40+
name: Build Android ${{ matrix.swift-version }} ${{ matrix.arch }} SDK
3741
strategy:
3842
fail-fast: false
3943
matrix:

swift-ci/sdks/static-linux/build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ esac
3535
$DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX -t static-swift-linux .
3636

3737
# Check-out the sources
38-
# disabled --clone-with-ssh for fork CI which doesn't have the keys
39-
scripts/fetch-source.sh --source-dir source
40-
#scripts/fetch-source.sh --clone-with-ssh --source-dir source
38+
scripts/fetch-source.sh --clone-with-ssh --source-dir source
4139

4240
mkdir -p products
4341

0 commit comments

Comments
 (0)