Skip to content

Commit 099d7ba

Browse files
committed
Order
1 parent 26517bf commit 099d7ba

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,11 @@ jobs:
210210
RESULT=0
211211
set -x
212212
213+
# CPUs/2
214+
MAX_CONCURRENT_TASKS=$(($(nproc) / 2))
215+
213216
leeway build dev:all \
217+
--max-concurrent-tasks $MAX_CONCURRENT_TASKS \
214218
--docker-build-options network=host \
215219
--cache remote \
216220
-Dversion=$VERSION \

components/BUILD.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ packages:
88
argdeps:
99
- version
1010
deps:
11-
- :all-docker
1211
- :docker-versions
1312
- :publish-api
13+
- components/gitpod-protocol:all
1414
- dev:all-app
15-
- components:all-docker
1615
- install/installer:docker
17-
- components/gitpod-protocol:all
16+
- :all-docker
1817
- name: docker-versions
1918
type: docker
2019
config:

0 commit comments

Comments
 (0)