We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e103 commit 768b3fcCopy full SHA for 768b3fc
.github/workflows/llvmdev_build.yml
@@ -136,7 +136,7 @@ jobs:
136
run: |
137
set -x
138
mkdir -p "${CONDA_CHANNEL_DIR}"
139
- conda build "./conda-recipes/${{ matrix.recipe }}" "--output-folder=${CONDA_CHANNEL_DIR}"
+ conda build -c defaults "./conda-recipes/${{ matrix.recipe }}" "--output-folder=${CONDA_CHANNEL_DIR}"
140
ls -lah "${CONDA_CHANNEL_DIR}"
141
142
- name: Upload conda package
buildscripts/manylinux/build_llvmdev.sh
@@ -15,4 +15,4 @@ else
15
fi
16
conda activate buildenv
17
conda list
18
-conda-build /root/llvmlite/conda-recipes/llvmdev_for_wheel --output-folder=/root/llvmlite/docker_output
+conda-build -c defaults /root/llvmlite/conda-recipes/llvmdev_for_wheel --output-folder=/root/llvmlite/docker_output
0 commit comments