Skip to content

Commit 768b3fc

Browse files
committed
specify the 'defaults' channel on llvmdev build script
1 parent 7c0e103 commit 768b3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/llvmdev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
set -x
138138
mkdir -p "${CONDA_CHANNEL_DIR}"
139-
conda build "./conda-recipes/${{ matrix.recipe }}" "--output-folder=${CONDA_CHANNEL_DIR}"
139+
conda build -c defaults "./conda-recipes/${{ matrix.recipe }}" "--output-folder=${CONDA_CHANNEL_DIR}"
140140
ls -lah "${CONDA_CHANNEL_DIR}"
141141
142142
- name: Upload conda package

buildscripts/manylinux/build_llvmdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ else
1515
fi
1616
conda activate buildenv
1717
conda list
18-
conda-build /root/llvmlite/conda-recipes/llvmdev_for_wheel --output-folder=/root/llvmlite/docker_output
18+
conda-build -c defaults /root/llvmlite/conda-recipes/llvmdev_for_wheel --output-folder=/root/llvmlite/docker_output

0 commit comments

Comments
 (0)