From 63a47b5e84ffa725b3d7b96d42c6e0662916c179 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..350b52c9f0b58 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 + path: ~/hostdir/binpkgs/ From 9dd94e5d73bd23b7341f99c0f95c8ff0f271a56f 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"