We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd296a4 commit 6644265Copy full SHA for 6644265
ci/docker/conda-cpp.dockerfile
@@ -34,7 +34,7 @@ COPY ci/conda_env_cpp.txt \
34
RUN mamba install -q -y \
35
--file arrow/ci/conda_env_cpp.txt \
36
--file arrow/ci/conda_env_gandiva.txt \
37
- compilers \
+ "compilers<=1.10.0" \
38
doxygen \
39
libnuma \
40
mold \
ci/docker/conda-integration.dockerfile
@@ -36,7 +36,7 @@ RUN mamba install -q -y \
--file arrow/ci/conda_env_archery.txt \
"python < 3.12" \
numpy \
go \
41
maven=${maven} \
42
nodejs=${node} \
0 commit comments