|
6 | 6 | push:
|
7 | 7 | tags:
|
8 | 8 | - '*'
|
| 9 | + workflow_dispatch: |
| 10 | + # Allow to run manually |
9 | 11 |
|
10 | 12 | env:
|
11 | 13 | MAKE: make -j8
|
|
43 | 45 | shell: bash {0}
|
44 | 46 | run: |
|
45 | 47 | choco --version
|
46 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 48 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
47 | 49 | choco install $PACKAGES --source cygwin
|
48 | 50 | - name: bootstrap
|
49 | 51 | run: |
|
@@ -113,7 +115,7 @@ jobs:
|
113 | 115 | shell: bash {0}
|
114 | 116 | run: |
|
115 | 117 | choco --version
|
116 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 118 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
117 | 119 | choco install $PACKAGES --source cygwin
|
118 | 120 | - name: bootstrap
|
119 | 121 | run: |
|
@@ -188,7 +190,7 @@ jobs:
|
188 | 190 | shell: bash {0}
|
189 | 191 | run: |
|
190 | 192 | choco --version
|
191 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 193 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
192 | 194 | choco install $PACKAGES --source cygwin
|
193 | 195 | - name: bootstrap
|
194 | 196 | run: |
|
@@ -268,7 +270,7 @@ jobs:
|
268 | 270 | shell: bash {0}
|
269 | 271 | run: |
|
270 | 272 | choco --version
|
271 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 273 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
272 | 274 | choco install $PACKAGES --source cygwin
|
273 | 275 | - name: bootstrap
|
274 | 276 | run: |
|
@@ -346,7 +348,7 @@ jobs:
|
346 | 348 | shell: bash {0}
|
347 | 349 | run: |
|
348 | 350 | choco --version
|
349 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 351 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
350 | 352 | choco install $PACKAGES --source cygwin
|
351 | 353 | - name: bootstrap
|
352 | 354 | run: |
|
@@ -424,7 +426,7 @@ jobs:
|
424 | 426 | shell: bash {0}
|
425 | 427 | run: |
|
426 | 428 | choco --version
|
427 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 429 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
428 | 430 | choco install $PACKAGES --source cygwin
|
429 | 431 | - name: bootstrap
|
430 | 432 | run: |
|
@@ -502,7 +504,7 @@ jobs:
|
502 | 504 | shell: bash {0}
|
503 | 505 | run: |
|
504 | 506 | choco --version
|
505 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 507 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
506 | 508 | choco install $PACKAGES --source cygwin
|
507 | 509 | - name: bootstrap
|
508 | 510 | run: |
|
@@ -582,7 +584,7 @@ jobs:
|
582 | 584 | shell: bash {0}
|
583 | 585 | run: |
|
584 | 586 | choco --version
|
585 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 587 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
586 | 588 | choco install $PACKAGES --source cygwin
|
587 | 589 | - name: bootstrap
|
588 | 590 | run: |
|
@@ -662,7 +664,7 @@ jobs:
|
662 | 664 | shell: bash {0}
|
663 | 665 | run: |
|
664 | 666 | choco --version
|
665 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 667 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
666 | 668 | choco install $PACKAGES --source cygwin
|
667 | 669 | - name: bootstrap
|
668 | 670 | run: |
|
@@ -740,7 +742,7 @@ jobs:
|
740 | 742 | shell: bash {0}
|
741 | 743 | run: |
|
742 | 744 | choco --version
|
743 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 745 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
744 | 746 | choco install $PACKAGES --source cygwin
|
745 | 747 | - name: bootstrap
|
746 | 748 | run: |
|
@@ -818,7 +820,7 @@ jobs:
|
818 | 820 | shell: bash {0}
|
819 | 821 | run: |
|
820 | 822 | choco --version
|
821 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 823 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
822 | 824 | choco install $PACKAGES --source cygwin
|
823 | 825 | - name: bootstrap
|
824 | 826 | run: |
|
@@ -896,7 +898,7 @@ jobs:
|
896 | 898 | shell: bash {0}
|
897 | 899 | run: |
|
898 | 900 | choco --version
|
899 |
| - PACKAGES=$(sed 's/#.*//;' ./build/pkgs/cygwin.txt ./build/pkgs/cygwin-bootstrap.txt) |
| 901 | + PACKAGES=$(sed 's/#.*//;' ./build/pkgs/_prereq/distros/cygwin.txt ./build/pkgs/_prereq/distros/cygwin-bootstrap.txt) |
900 | 902 | choco install $PACKAGES --source cygwin
|
901 | 903 | - name: bootstrap
|
902 | 904 | run: |
|
|
0 commit comments