diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 961550a..3b24264 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,6 +28,16 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 32768 + swap-size-mb: 1024 + remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + remove-docker-images: 'true' - uses: actions/checkout@v4 - name: Build wheels uses: pypa/cibuildwheel@v2.19.2 diff --git a/python/before-all-manylinux.sh b/python/before-all-manylinux.sh index d3150b4..ff7f8fc 100755 --- a/python/before-all-manylinux.sh +++ b/python/before-all-manylinux.sh @@ -8,7 +8,7 @@ yum install -y wget # Install Boost wget -O boost_1_86_0.tar.gz https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.gz -tar -zxvf boost_1_86_0.tar.gz +tar -zxf boost_1_86_0.tar.gz cd boost_1_86_0 ./bootstrap.sh --with-libraries=filesystem,iostreams,program_options,regex,system --prefix=/usr/local # avro dependency ./b2 install