Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
arm_variant_type:
- sbsa
c_compiler:
- gcc
c_compiler_version:
Expand Down
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 2
skip: true # [osx or ppc64le]

requirements:
Expand All @@ -46,6 +46,7 @@ outputs:
- cuda-version {{ cuda_version }}
run:
- {{ pin_compatible("cuda-version", max_pin="x.x") }}
- cuda-nvcc
test:
commands:
- test -f $PREFIX/bin/tileiras # [linux]
Expand Down