Skip to content

Commit ea800d2

Browse files
committed
1 parent 6683bbf commit ea800d2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ env:
88
jobs:
99
build:
1010
name: Build Docker images
11-
# disabled for CI testing
12-
if: false
1311
runs-on: ubuntu-latest
1412
steps:
1513
- name: Checkout repository
@@ -26,8 +24,6 @@ jobs:
2624
2725
static-linux-build:
2826
name: Build Static Linux image
29-
# disabled for CI testing
30-
if: false
3127
runs-on: ubuntu-latest
3228
steps:
3329
- name: Checkout repository
@@ -41,14 +37,15 @@ jobs:
4137
strategy:
4238
fail-fast: false
4339
matrix:
40+
build-type: ['docker']
41+
#build-type: ['docker', 'local']
4442
# blank arch builds all (aarch64,x86_64,armv7)
45-
#arch: ['']
43+
arch: ['']
4644
# builds only x86_64 to speed up the validation
4745
#arch: ['x86_64']
4846
# build both the quick (x86_64) and complete (aarch64,x86_64,armv7) SDKs
49-
arch: ['x86_64', '']
47+
#arch: ['x86_64', '']
5048
swift-version: ['release', 'devel', 'trunk']
51-
build-type: ['docker', 'local']
5249
runs-on: ubuntu-24.04
5350
steps:
5451
- name: Free Disk Space

0 commit comments

Comments
 (0)