Skip to content

Commit a99a7a8

Browse files
committed
Github actions:
* Limit parallel builds to 4 in order to avoid hitting fetch rate limit on Ubuntu. * Re-enable older Ubuntu builds.
1 parent 5ec2314 commit a99a7a8

File tree

1 file changed

+37
-36
lines changed

1 file changed

+37
-36
lines changed

.github/workflows/build.yml

Lines changed: 37 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
linux-build-docker:
1616
strategy:
17+
max-parallel: 4
1718
matrix:
1819
distro: [ubuntu, centos, rockylinux, amazonlinux, debian, i386/ubuntu]
1920
exclude:
@@ -48,42 +49,42 @@ jobs:
4849
btype: release
4950
buser: qfsbuild
5051
runs_on: ubuntu-latest
51-
# - distro: ubuntu
52-
# ver: 18.04
53-
# codecov: no
54-
# btype: release
55-
# buser: qfsbuild
56-
# runs_on: ubuntu-latest
57-
# - distro: ubuntu
58-
# ver: 18.04
59-
# codecov: yes
60-
# btype: release
61-
# buser: qfsbuild
62-
# runs_on: ubuntu-latest
63-
# - distro: ubuntu
64-
# ver: 18.04
65-
# codecov: no
66-
# btype: debug
67-
# buser: qfsbuild
68-
# runs_on: ubuntu-latest
69-
# - distro: ubuntu
70-
# ver: 18.04
71-
# codecov: no
72-
# btype: release
73-
# buser: root
74-
# runs_on: ubuntu-latest
75-
# - distro: ubuntu
76-
# ver: 16.04
77-
# codecov: no
78-
# btype: release
79-
# buser: qfsbuild
80-
# runs_on: ubuntu-latest
81-
# - distro: ubuntu
82-
# ver: 14.04
83-
# codecov: no
84-
# btype: release
85-
# buser: qfsbuild
86-
# runs_on: ubuntu-latest
52+
- distro: ubuntu
53+
ver: 18.04
54+
codecov: no
55+
btype: release
56+
buser: qfsbuild
57+
runs_on: ubuntu-latest
58+
- distro: ubuntu
59+
ver: 18.04
60+
codecov: yes
61+
btype: release
62+
buser: qfsbuild
63+
runs_on: ubuntu-latest
64+
- distro: ubuntu
65+
ver: 18.04
66+
codecov: no
67+
btype: debug
68+
buser: qfsbuild
69+
runs_on: ubuntu-latest
70+
- distro: ubuntu
71+
ver: 18.04
72+
codecov: no
73+
btype: release
74+
buser: root
75+
runs_on: ubuntu-latest
76+
- distro: ubuntu
77+
ver: 16.04
78+
codecov: no
79+
btype: release
80+
buser: qfsbuild
81+
runs_on: ubuntu-latest
82+
- distro: ubuntu
83+
ver: 14.04
84+
codecov: no
85+
btype: release
86+
buser: qfsbuild
87+
runs_on: ubuntu-latest
8788
- distro: debian
8889
ver: 12
8990
codecov: no

0 commit comments

Comments
 (0)