Skip to content

Commit

Permalink
ARROW-17830: [C++][Gandiva] Temporarily pin LLVM version on AppVeyor (#…
Browse files Browse the repository at this point in the history
…14228)

Temporarily pin LLVM version on Appveyor due to a bug in Conda's packaging of LLVM.

Authored-by: Jin Shang <shangjin1997@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
js8544 authored Sep 25, 2022
1 parent b2871bb commit 7808280
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/conda_env_gandiva_win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
# specific language governing permissions and limitations
# under the License.

clangdev
llvmdev
# ARROW-17830 Temporarily pin LLVM version on Appveyor due to a bug in Conda's packaging of LLVM 15.
clangdev<15
llvmdev<15

0 comments on commit 7808280

Please sign in to comment.