Skip to content

Commit

Permalink
debug: skip all but aarch64/ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 4, 2022
1 parent fdef4f7 commit ca40910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build:
- make_build_number = conda_forge_ci_setup.build_utils:make_build_number
- mangle_homebrew = conda_forge_ci_setup.mangle_homebrew:main
- validate_recipe_outputs = conda_forge_ci_setup.feedstock_outputs:main
skip: True # [py2k]
skip: True # [not (aarch64 or ppc64le)]
ignore_run_exports_from:
- {{ compiler('cuda') }} # [cuda_compiler_version != "None"]
- {{ compiler('c') }} # [cuda_compiler_version != "None"]
Expand Down

0 comments on commit ca40910

Please sign in to comment.