|
14 | 14 | runs-on: [self-hosted, Linux] |
15 | 15 | container: |
16 | 16 | image: lampepfl/dotty:2020-11-19 |
| 17 | + options: --cpus=4 |
17 | 18 | volumes: |
18 | 19 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
19 | 20 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
|
53 | 54 | runs-on: [self-hosted, Linux] |
54 | 55 | container: |
55 | 56 | image: lampepfl/dotty:2020-11-19 |
| 57 | + options: --cpus=4 |
56 | 58 | volumes: |
57 | 59 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
58 | 60 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -137,6 +139,7 @@ jobs: |
137 | 139 | runs-on: [self-hosted, Linux] |
138 | 140 | container: |
139 | 141 | image: lampepfl/dotty:2020-11-19 |
| 142 | + options: --cpus=4 |
140 | 143 | volumes: |
141 | 144 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
142 | 145 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -172,6 +175,7 @@ jobs: |
172 | 175 | runs-on: [self-hosted, Linux] |
173 | 176 | container: |
174 | 177 | image: lampepfl/dotty:2020-11-19 |
| 178 | + options: --cpus=4 |
175 | 179 | volumes: |
176 | 180 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
177 | 181 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -207,6 +211,7 @@ jobs: |
207 | 211 | runs-on: [self-hosted, Linux] |
208 | 212 | container: |
209 | 213 | image: lampepfl/dotty:2020-11-19 |
| 214 | + options: --cpus=4 |
210 | 215 | volumes: |
211 | 216 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
212 | 217 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -242,6 +247,7 @@ jobs: |
242 | 247 | runs-on: [self-hosted, Linux] |
243 | 248 | container: |
244 | 249 | image: lampepfl/dotty:2020-11-19 |
| 250 | + options: --cpus=4 |
245 | 251 | volumes: |
246 | 252 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
247 | 253 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -284,6 +290,7 @@ jobs: |
284 | 290 | runs-on: [self-hosted, Linux] |
285 | 291 | container: |
286 | 292 | image: lampepfl/dotty:2020-11-19 |
| 293 | + options: --cpus=4 |
287 | 294 | volumes: |
288 | 295 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
289 | 296 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -318,6 +325,7 @@ jobs: |
318 | 325 | runs-on: [self-hosted, Linux] |
319 | 326 | container: |
320 | 327 | image: lampepfl/dotty:2020-11-19 |
| 328 | + options: --cpus=4 |
321 | 329 | volumes: |
322 | 330 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
323 | 331 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -359,6 +367,7 @@ jobs: |
359 | 367 | runs-on: [self-hosted, Linux] |
360 | 368 | container: |
361 | 369 | image: lampepfl/dotty:2020-11-19 |
| 370 | + options: --cpus=4 |
362 | 371 | volumes: |
363 | 372 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
364 | 373 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
@@ -441,6 +450,7 @@ jobs: |
441 | 450 | runs-on: [self-hosted, Linux] |
442 | 451 | container: |
443 | 452 | image: lampepfl/dotty:2020-11-19 |
| 453 | + options: --cpus=4 |
444 | 454 | volumes: |
445 | 455 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt |
446 | 456 | - ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache |
|
0 commit comments