File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5252 shell : bash
5353 run : |
5454 sudo apt-get update
55- sudo apt-get install -y libdate-dev
55+ sudo apt-get install -y libdate-tz3 libhowardhinnant-date- dev
5656 - name : Build Iceberg
5757 shell : bash
5858 run : ci/scripts/build_iceberg.sh $(pwd)
Original file line number Diff line number Diff line change @@ -246,7 +246,8 @@ function(resolve_sparrow_dependency)
246246 ARCHIVE DESTINATION "${ICEBERG_INSTALL_LIBDIR} "
247247 LIBRARY DESTINATION "${ICEBERG_INSTALL_LIBDIR} " )
248248
249- # sparrow depends on date::date and date::date-tz
249+ # sparrow depends on date::date and date::date-tz. It is tricky to use FetchContent
250+ # to vendor date library since sparrow links date::date and date::date-tz directly.
250251 list (APPEND ICEBERG_SYSTEM_DEPENDENCIES date)
251252 set (ICEBERG_SYSTEM_DEPENDENCIES
252253 ${ICEBERG_SYSTEM_DEPENDENCIES}
You can’t perform that action at this time.
0 commit comments