Skip to content

Commit

Permalink
Use subdag-depth option to build root level only
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jun 3, 2024
1 parent 0315546 commit 9b02bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs: # a basic unit of work in a run
--anaconda-upload \
--mulled-upload-target biocontainers \
--record-build-failures \
--skiplist-leafs
--skiplist-leafs --subdag-depth 0
conda clean -y --all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
bioconda-utils build recipes config.yml \
--worker-offset ${{ matrix.runner }} --n-workers 6 \
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
--lint --record-build-failures --skiplist-leafs
--lint --record-build-failures --skiplist-leafs --subdag-depth 0
conda clean -y --all
build-osx:
Expand Down Expand Up @@ -144,6 +144,6 @@ 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 4 \
--worker-offset ${{ matrix.runner }} --n-workers 4 --subdag-depth 0 \
--lint --anaconda-upload --record-build-failures --skiplist-leafs
conda clean -y --all

2 comments on commit 9b02bd6

@mbargull
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need the [ci run] in the commit message now.

@aliciaaevans
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need the [ci run] in the commit message now.

Thanks for the reminder. I ran out of time last night so bumping the recipes now.

Please sign in to comment.