File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
swift-ci/sdks/static-linux Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
name : Build Docker images
11
+ # disabled for CI testing
12
+ if : false
11
13
runs-on : ubuntu-latest
12
14
steps :
13
15
- name : Checkout repository
24
26
25
27
static-linux-build :
26
28
name : Build Static Linux image
29
+ # disabled for CI testing
30
+ if : false
27
31
runs-on : ubuntu-latest
28
32
steps :
29
33
- name : Checkout repository
33
37
run : ./build
34
38
35
39
android-build :
36
- name : Build Android ${{ matrix.arch }} SDK
40
+ name : Build Android ${{ matrix.swift-version }} ${{ matrix. arch }} SDK
37
41
strategy :
38
42
fail-fast : false
39
43
matrix :
Original file line number Diff line number Diff line change 35
35
$DOCKER build --build-arg OS_ARCH_SUFFIX=$OS_ARCH_SUFFIX -t static-swift-linux .
36
36
37
37
# 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
41
39
42
40
mkdir -p products
43
41
You can’t perform that action at this time.
0 commit comments