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:
|
||||
- cos6
|
||||
- cos7
|
||||
channel_sources:
|
||||
- conda-forge
|
||||
channel_targets:
|
||||
- conda-forge main
|
||||
docker_image:
|
||||
- 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
|
||||
.scripts/* linguist-generated=true
|
||||
.woodpecker.yml linguist-generated=true
|
||||
LICENSE.txt linguist-generated=true
|
||||
README.md linguist-generated=true
|
||||
/LICENSE.txt linguist-generated=true
|
||||
/README.md linguist-generated=true
|
||||
azure-pipelines.yml linguist-generated=true
|
||||
build-locally.py linguist-generated=true
|
||||
shippable.yml linguist-generated=true
|
||||
|
||||
Generated
+6
@@ -69,6 +69,12 @@ else
|
||||
--suppress-variables ${EXTRA_CB_OPTIONS:-} \
|
||||
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
|
||||
--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
|
||||
|
||||
validate_recipe_outputs "${FEEDSTOCK_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user