Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] GitHub Action: build on push to non-master branches
Date: Mon, 18 Jan 2021 15:32:55 +0100	[thread overview]
Message-ID: <20210118143255.DO9lLHZKgum7VYUxBKujx9bADp_6lc4MM6ptsabEO48@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28013@inbox.vuxu.org>

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

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

https://github.com/sgn/void-packages liquid-dsp
https://github.com/void-linux/void-packages/pull/28013

GitHub Action: build on push to non-master branches
See https://github.com/sgn/void-packages/actions/runs/493766269

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-liquid-dsp-28013.patch --]
[-- Type: text/x-diff, Size: 1876 bytes --]

From b68a299f86b446d886da9674226e301da4fcdb7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 18 Jan 2021 20:51:30 +0700
Subject: [PATCH 1/2] liquid-dsp: fix build

---
 srcpkgs/liquid-dsp/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/liquid-dsp/template b/srcpkgs/liquid-dsp/template
index b1cff261bc1..d03535ae660 100644
--- a/srcpkgs/liquid-dsp/template
+++ b/srcpkgs/liquid-dsp/template
@@ -3,6 +3,7 @@ pkgname=liquid-dsp
 version=1.3.1
 revision=1
 build_style=gnu-configure
+configure_args="--exec-prefix="
 hostmakedepends="automake"
 makedepends="fftw-devel"
 short_desc="Signal processing library for software-defined radios (SDR)"
@@ -12,10 +13,6 @@ homepage="http://liquidsdr.org/"
 distfiles="https://github.com/jgaeddert/liquid-dsp/archive/v${version}.tar.gz"
 checksum=e3f66ce72a3b5d74eea5ccffb049c62c422c91b0ab92d6dbbef21af3c3bfec73
 
-case "$XBPS_TARGET_MACHINE" in
-	i686) configure_args+=" --exec-prefix=" ;;
-esac
-
 pre_configure() {
 	autoreconf -fi
 }

From 0ebbc554c950c7495b3671efadd560359e67e683 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 18 Jan 2021 21:02:52 +0700
Subject: [PATCH 2/2] GitHub Action: build on push to non-wip non-master
 branches

---
 .github/workflows/build.yaml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d8328911eec..47266a17f5f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -1,6 +1,12 @@
-name: Check PR
+name: Check build
 
-on: pull_request
+on:
+  pull_request:
+  push:
+    branches-ignore:
+      - master
+      - 'wip-**'
+      - '**-wip'
 
 jobs:
   # Lint changed templates.

  parent reply	other threads:[~2021-01-18 14:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-18 13:52 [PR PATCH] liquid-dsp: fix build sgn
2021-01-18 13:52 ` [PR PATCH] [Closed]: " sgn
2021-01-18 14:02 ` [PR PATCH] [Updated] " sgn
2021-01-18 14:03 ` sgn
2021-01-18 14:20 ` GitHub Action: build on push to non-master branches ericonr
2021-01-18 14:28 ` sgn
2021-01-18 14:30 ` [PR PATCH] [Updated] " sgn
2021-01-18 14:32 ` sgn [this message]
2021-01-18 15:42 ` ericonr
2021-01-19  0:09 ` fosslinux
2021-01-19  0:22 ` sgn
2021-02-25 18:47 ` ericonr
2021-02-25 23:50 ` sgn
2021-02-27  0:32 ` [PR PATCH] [Updated] " sgn
2022-03-27 23:38 ` [PR PATCH] [Merged]: " the-maldridge

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=20210118143255.DO9lLHZKgum7VYUxBKujx9bADp_6lc4MM6ptsabEO48@z \
    --to=sgn@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).