Skip to content

Commit 3300f4c

Browse files
committed
Fix Ubuntu 24.04 using absl_SOURCE BUNDLED
1 parent 5cd6f5a commit 3300f4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ci/docker/ubuntu-24.04-cpp.dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,10 @@ RUN /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
173173
#
174174
# The following dependencies will be downloaded due to missing/invalid packages
175175
# provided by the distribution:
176+
# - Abseil is old and we require a version that has CRC32C
176177
# - opentelemetry-cpp-dev is not packaged
177-
ENV ARROW_ACERO=ON \
178+
ENV absl_SOURCE=BUNDLED \
179+
ARROW_ACERO=ON \
178180
ARROW_AZURE=ON \
179181
ARROW_BUILD_STATIC=ON \
180182
ARROW_BUILD_TESTS=ON \

0 commit comments

Comments
 (0)