Skip to content

Commit

Permalink
Use YAML for variant file
Browse files Browse the repository at this point in the history
Improve readability a bit.
  • Loading branch information
jakirkham committed Aug 12, 2024
1 parent e4e96ee commit 2a49b4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ rapids-logger "Begin py build"

export CUDA_VERSION="$(cat pynvjitlink/CUDA_VERSION)"

cat > cuda_compiler_version.json << EOF
{cuda_compiler_version: ["${CUDA_VERSION}"]}
cat > cuda_compiler_version.yaml << EOF
cuda_compiler_version:
- "${CUDA_VERSION}"
EOF

rapids-conda-retry build \
conda/recipes/pynvjitlink \
-m cuda_compiler_version.json \
-m cuda_compiler_version.yaml \
;

rapids-upload-conda-to-s3 python

0 comments on commit 2a49b4d

Please sign in to comment.