Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] conduit: update to 0.7.0.
Date: Thu, 25 Apr 2024 22:26:17 +0200	[thread overview]
Message-ID: <20240425202617.F31B023D63@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50030@inbox.vuxu.org>

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

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

https://github.com/TinfoilSubmarine/void-packages maint/conduit
https://github.com/void-linux/void-packages/pull/50030

conduit: update to 0.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/conduit-50030.patch --]
[-- Type: text/x-diff, Size: 1578 bytes --]

From c46338a151f8f465079229ca33f73f55374a4a33 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 25 Apr 2024 08:28:53 -0400
Subject: [PATCH] conduit: update to 0.7.0.

---
 srcpkgs/conduit/template | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template
index fa67edd2ceb5e9..6e11817deb1601 100644
--- a/srcpkgs/conduit/template
+++ b/srcpkgs/conduit/template
@@ -1,9 +1,7 @@
 # Template file for 'conduit'
 pkgname=conduit
-version=0.6.0
+version=0.7.0
 revision=1
-# needs ring/rustls
-archs="x86_64* i686* aarch64* armv[67]*"
 build_style=cargo
 hostmakedepends="clang pkg-config"
 makedepends="libzstd-devel"
@@ -12,7 +10,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="Apache-2.0"
 homepage="https://conduit.rs/"
 distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz"
-checksum=b722fb4f12ada5f965472b634dfa6a837aae03ff6712c210cdd292302bbb1259
+checksum=9ddb0ae91ad0399593bc7e8d1f63af3c42463589af2d61e108fe383ba05bf831
 
 system_accounts="_conduit"
 _conduit_homedir="/var/lib/conduit"
@@ -20,9 +18,8 @@ _conduit_homedir="/var/lib/conduit"
 make_dirs="/var/lib/conduit 0700 _conduit _conduit
  /etc/conduit 755 _conduit _conduit"
 
-if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
-	# doctests fail on x86_64 -> i686 chroot, so run everything *but* them
-	make_check_args+=" --lib --bins --tests --benches --examples"
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
 fi
 
 post_install() {

  parent reply	other threads:[~2024-04-25 20:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 13:22 [PR PATCH] " TinfoilSubmarine
2024-04-25 13:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-04-25 14:51 ` [PR REVIEW] " Kladki
2024-04-25 20:26 ` TinfoilSubmarine [this message]
2024-04-26 18:32 ` AnInternetTroll
2024-04-26 21:22 ` [PR PATCH] [Merged]: " cinerea0

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=20240425202617.F31B023D63@inbox.vuxu.org \
    --to=tinfoilsubmarine@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).