From d73299efd67070113892632b497c6afeb1288f11 Mon Sep 17 00:00:00 2001 From: Dylan Lukes Date: Fri, 18 Oct 2024 22:17:53 -0700 Subject: [PATCH] maximize again --- .github/scripts/setup_ubuntu.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/scripts/setup_ubuntu.sh b/.github/scripts/setup_ubuntu.sh index afe93fa..8c777ce 100755 --- a/.github/scripts/setup_ubuntu.sh +++ b/.github/scripts/setup_ubuntu.sh @@ -11,4 +11,16 @@ sudo apt install -y -\ libzstd-dev \ liblz4-dev \ libarrow-dev \ - libparquet-dev \ No newline at end of file + libarrow-glib-dev \ + libarrow-acero-dev \ + libarrow-dataset-dev \ + libarrow-dataset-glib-dev \ + libarrow-flight-dev \ + libarrow-flight-glib-dev \ + libarrow-flight-sql-dev \ + libarrow-flight-sql-glib-dev \ + libarrow-cuda-dev \ + libgandiva-dev \ + libgandiva-glib-dev \ + libparquet-dev \ + libparquet-glib-dev \ No newline at end of file