Skip to content

Commit 6644265

Browse files
committed
Try pinning compilers
1 parent dd296a4 commit 6644265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker/conda-cpp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY ci/conda_env_cpp.txt \
3434
RUN mamba install -q -y \
3535
--file arrow/ci/conda_env_cpp.txt \
3636
--file arrow/ci/conda_env_gandiva.txt \
37-
compilers \
37+
"compilers<=1.10.0" \
3838
doxygen \
3939
libnuma \
4040
mold \

ci/docker/conda-integration.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN mamba install -q -y \
3636
--file arrow/ci/conda_env_archery.txt \
3737
"python < 3.12" \
3838
numpy \
39-
compilers \
39+
"compilers<=1.10.0" \
4040
go \
4141
maven=${maven} \
4242
nodejs=${node} \

0 commit comments

Comments
 (0)