Skip to content

Commit

Permalink
targeted build
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 25, 2024
1 parent fb9d88d commit 76ba380
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
runner: [0, 1, 2] # 3, 4, 5]
# runner: [0, 1, 2] # 3, 4, 5]
runner: [0]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -55,10 +56,11 @@ jobs:
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")'
echo '============'
bioconda-utils build recipes config.yml \
--worker-offset ${{ matrix.runner }} --n-workers 3 \
--worker-offset ${{ matrix.runner }} --n-workers 1 \
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
--lint --record-build-failures --skiplist-leafs \
--exclude bioconda-repodata-patches # --subdag-depth 5
--packages bioconductor-ensembldb bioconductor-bsgenome bioconductor-biovizbase bioconductor-gviz bioconductor-variantannotation bioconductor-ggbio bioconductor-geneplotter
# --exclude bioconda-repodata-patches # --subdag-depth 5
conda clean -y --all
build-osx:
Expand Down

0 comments on commit 76ba380

Please sign in to comment.