* [PR PATCH] Upload artifact
@ 2023-07-31 15:38 Duncaen
2023-07-31 15:47 ` [PR PATCH] [Updated] " Duncaen
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Duncaen @ 2023-07-31 15:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
There is a new 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: 1377 bytes --]
From 63a47b5e84ffa725b3d7b96d42c6e0662916c179 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..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 <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"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] Upload artifact
2023-07-31 15:38 [PR PATCH] Upload artifact Duncaen
@ 2023-07-31 15:47 ` Duncaen
2023-07-31 15:50 ` Duncaen
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-07-31 15:47 UTC (permalink / raw)
To: ml
[-- 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: 1403 bytes --]
From 055215ef33a9c96cb634efd84551f30a669567a0 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..c1e378513ca84 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-${{ matrix.config.arch }}
+ path: ~/hostdir/binpkgs/
From 970994df9b91e40d64e0be2e18ddfeb36c19d1b8 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"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] Upload artifact
2023-07-31 15:38 [PR PATCH] Upload artifact Duncaen
2023-07-31 15:47 ` [PR PATCH] [Updated] " Duncaen
@ 2023-07-31 15:50 ` Duncaen
2023-08-01 0:56 ` classabbyamp
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-07-31 15:50 UTC (permalink / raw)
To: ml
[-- 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"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Upload artifact
2023-07-31 15:38 [PR PATCH] Upload artifact Duncaen
2023-07-31 15:47 ` [PR PATCH] [Updated] " Duncaen
2023-07-31 15:50 ` Duncaen
@ 2023-08-01 0:56 ` classabbyamp
2023-11-05 1:46 ` github-actions
2023-11-19 1:48 ` [PR PATCH] [Closed]: " github-actions
4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-08-01 0:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 222 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/45357#issuecomment-1659407314
Comment:
i've thought about this before, not sure how much storage it would consume.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Upload artifact
2023-07-31 15:38 [PR PATCH] Upload artifact Duncaen
` (2 preceding siblings ...)
2023-08-01 0:56 ` classabbyamp
@ 2023-11-05 1:46 ` github-actions
2023-11-19 1:48 ` [PR PATCH] [Closed]: " github-actions
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-11-05 1:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45357#issuecomment-1793604600
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Closed]: Upload artifact
2023-07-31 15:38 [PR PATCH] Upload artifact Duncaen
` (3 preceding siblings ...)
2023-11-05 1:46 ` github-actions
@ 2023-11-19 1:48 ` github-actions
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-11-19 1:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 153 bytes --]
There's a closed pull request on the void-packages repository
Upload artifact
https://github.com/void-linux/void-packages/pull/45357
Description:
None
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-11-19 1:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 15:38 [PR PATCH] Upload artifact Duncaen
2023-07-31 15:47 ` [PR PATCH] [Updated] " Duncaen
2023-07-31 15:50 ` Duncaen
2023-08-01 0:56 ` classabbyamp
2023-11-05 1:46 ` github-actions
2023-11-19 1:48 ` [PR PATCH] [Closed]: " github-actions
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).