diff --git a/.github/workflows/prestocpp-linux-build.yml b/.github/workflows/prestocpp-linux-build.yml index 372be3b56fdfd..c06066d2d178d 100644 --- a/.github/workflows/prestocpp-linux-build.yml +++ b/.github/workflows/prestocpp-linux-build.yml @@ -11,7 +11,7 @@ jobs: prestocpp-linux-build-engine: runs-on: ubuntu-22.04 container: - image: prestodb/presto-native-dependency:0.290-20241014120930-e1fc090 + image: prestodb/presto-native-dependency:0.291-20250108164449-87d82ed env: CCACHE_DIR: "${{ github.workspace }}/ccache" steps: @@ -40,6 +40,12 @@ jobs: - name: Zero ccache statistics run: ccache -sz + - name: Remove files not needed for the build + run: | + find . -name data | xargs rm -r + find . -name tests | xargs rm -r + find . -name test | xargs rm -rf + - name: Build engine run: | source /opt/rh/gcc-toolset-12/enable