From 4e80e014bebf6f6d4a89e40d65d9d20dbc9d0471 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 31 Jul 2023 17:37:17 +0200 Subject: [PATCH 1/2] .github/workflows/build.yaml: add step to upload binpkgs artifacts --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6577124146575..fafaa5611f65a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -120,3 +120,8 @@ jobs: cd / "$here/common/travis/check-install.sh" "$BOOTSTRAP" "$ARCH" ) + - name: Upload binpkgs + uses: actions/upload-artifact@v3 + with: + name: binpkgs-pr-${{ github.event.number }}-${{ matrix.config.arch }} + path: ~/hostdir/binpkgs/ From da626adf019e0365da047937a9c69b71f7338038 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 31 Jul 2023 17:37:28 +0200 Subject: [PATCH 2/2] zlib: test build --- srcpkgs/zlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template index 58050ddeb26d6..c465130fb43a8 100644 --- a/srcpkgs/zlib/template +++ b/srcpkgs/zlib/template @@ -1,7 +1,7 @@ # Template file for 'zlib' pkgname=zlib version=1.2.13 -revision=1 +revision=2 bootstrap=yes build_style=configure configure_args="--prefix=/usr --shared"