|
12 | 12 | fail-fast: false
|
13 | 13 | max-parallel: 6
|
14 | 14 | matrix:
|
15 |
| - runner: [0] # 1, 2, 3, 4, 5] |
| 15 | + runner: [0, 1, 2] # 3, 4, 5] |
16 | 16 | steps:
|
17 | 17 | - uses: actions/checkout@v4
|
18 | 18 | with:
|
@@ -55,12 +55,10 @@ jobs:
|
55 | 55 | python -c 'import bioconda_utils.utils as u ; import pathlib as p ; print(*(f"{f}:\n{p.Path(f).read_text()}" for f in u.load_conda_build_config().exclusive_config_files), sep="\n")'
|
56 | 56 | echo '============'
|
57 | 57 | bioconda-utils build recipes config.yml \
|
58 |
| - --worker-offset ${{ matrix.runner }} --n-workers 1 \ |
| 58 | + --worker-offset ${{ matrix.runner }} --n-workers 3 \ |
59 | 59 | --docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
|
60 | 60 | --lint --record-build-failures --skiplist-leafs \
|
61 |
| - --packages bioconductor-rtracklayer bioconductor-genomicfeatures |
62 |
| - # --exclude bioconda-repodata-patches \ |
63 |
| - # --subdag-depth 5 |
| 61 | + --exclude bioconda-repodata-patches # --subdag-depth 5 |
64 | 62 | conda clean -y --all
|
65 | 63 |
|
66 | 64 | build-osx:
|
@@ -121,9 +119,7 @@ jobs:
|
121 | 119 | bioconda-utils build recipes config.yml \
|
122 | 120 | --worker-offset ${{ matrix.runner }} --n-workers 1 \
|
123 | 121 | --lint --anaconda-upload --record-build-failures --skiplist-leafs \
|
124 |
| - --packages bioconductor-rtracklayer bioconductor-genomicfeatures bioconductor-genefilter |
125 |
| - # --exclude bioconda-repodata-patches \ |
126 |
| - # --subdag-depth 5 |
| 122 | + --exclude bioconda-repodata-patches # --subdag-depth 5 |
127 | 123 | conda clean -y --all
|
128 | 124 |
|
129 | 125 | build-osx-arm:
|
|
0 commit comments