pitrou commented on code in PR #37821:
URL: https://github.com/apache/arrow/pull/37821#discussion_r1560921895
##########
ci/docker/ubuntu-22.04-cpp.dockerfile:
##########
@@ -151,6 +162,9 @@ RUN if [ "${gcc_version}" = "" ]; then \
update-alternatives --set c++ /usr/bin/g++; \
fi
+# make sure zlib is cached in the EMSDK folder
+RUN source ~/emsdk/emsdk_env.sh && embuilder --pic build zlib
Review Comment:
Any reason why this isn't together with the install step above?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]