MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and conda-forge-pinning 2024.07.31.04.56.44
This commit is contained in:
@@ -1,15 +1,8 @@
|
|||||||
c_stdlib:
|
|
||||||
- sysroot
|
|
||||||
c_stdlib_version:
|
|
||||||
- '2.12'
|
|
||||||
cdt_name:
|
cdt_name:
|
||||||
- cos6
|
- cos7
|
||||||
channel_sources:
|
channel_sources:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
channel_targets:
|
channel_targets:
|
||||||
- conda-forge main
|
- conda-forge main
|
||||||
docker_image:
|
docker_image:
|
||||||
- quay.io/condaforge/linux-anvil-cos7-x86_64
|
- quay.io/condaforge/linux-anvil-cos7-x86_64
|
||||||
zip_keys:
|
|
||||||
- - c_stdlib_version
|
|
||||||
- cdt_name
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -20,8 +20,8 @@ bld.bat text eol=crlf
|
|||||||
.travis.yml linguist-generated=true
|
.travis.yml linguist-generated=true
|
||||||
.scripts/* linguist-generated=true
|
.scripts/* linguist-generated=true
|
||||||
.woodpecker.yml linguist-generated=true
|
.woodpecker.yml linguist-generated=true
|
||||||
LICENSE.txt linguist-generated=true
|
/LICENSE.txt linguist-generated=true
|
||||||
README.md linguist-generated=true
|
/README.md linguist-generated=true
|
||||||
azure-pipelines.yml linguist-generated=true
|
azure-pipelines.yml linguist-generated=true
|
||||||
build-locally.py linguist-generated=true
|
build-locally.py linguist-generated=true
|
||||||
shippable.yml linguist-generated=true
|
shippable.yml linguist-generated=true
|
||||||
|
|||||||
Generated
+6
@@ -69,6 +69,12 @@ else
|
|||||||
--suppress-variables ${EXTRA_CB_OPTIONS:-} \
|
--suppress-variables ${EXTRA_CB_OPTIONS:-} \
|
||||||
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
|
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
|
||||||
--extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"
|
--extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"
|
||||||
|
( startgroup "Inspecting artifacts" ) 2> /dev/null
|
||||||
|
|
||||||
|
# inspect_artifacts was only added in conda-forge-ci-setup 4.6.0
|
||||||
|
command -v inspect_artifacts >/dev/null 2>&1 && inspect_artifacts || echo "inspect_artifacts needs conda-forge-ci-setup >=4.6.0"
|
||||||
|
|
||||||
|
( endgroup "Inspecting artifacts" ) 2> /dev/null
|
||||||
( startgroup "Validating outputs" ) 2> /dev/null
|
( startgroup "Validating outputs" ) 2> /dev/null
|
||||||
|
|
||||||
validate_recipe_outputs "${FEEDSTOCK_NAME}"
|
validate_recipe_outputs "${FEEDSTOCK_NAME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user