Github messages for voidlinux
 help / color / mirror / Atom feed
From: Duncaen <Duncaen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Upload artifact
Date: Mon, 31 Jul 2023 17:50:45 +0200	[thread overview]
Message-ID: <20230731155045.fNBSHvWyk-wIV0wAwCYMuRAMpmSnNP5VXbJjbW8vefI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45357@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by Duncaen against master on the void-packages repository

https://github.com/Duncaen/void-packages upload-artifact
https://github.com/void-linux/void-packages/pull/45357

Upload artifact
None

A patch file from https://github.com/void-linux/void-packages/pull/45357.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-upload-artifact-45357.patch --]
[-- Type: text/x-diff, Size: 1433 bytes --]

From 4e80e014bebf6f6d4a89e40d65d9d20dbc9d0471 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
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 <duncaen@voidlinux.org>
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"

  parent reply	other threads:[~2023-07-31 15:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 15:38 [PR PATCH] " Duncaen
2023-07-31 15:47 ` [PR PATCH] [Updated] " Duncaen
2023-07-31 15:50 ` Duncaen [this message]
2023-08-01  0:56 ` classabbyamp
2023-11-05  1:46 ` github-actions
2023-11-19  1:48 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230731155045.fNBSHvWyk-wIV0wAwCYMuRAMpmSnNP5VXbJjbW8vefI@z \
    --to=duncaen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).