Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] conduit: update to 0.7.0.
@ 2024-04-25 13:22 TinfoilSubmarine
  2024-04-25 13:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2024-04-25 13:22 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1473 bytes --]

From de4eed6874f69d26e99c35e8520e682a1c8be98c 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 | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template
index fa67edd2ceb5e9..aa0035235b0d57 100644
--- a/srcpkgs/conduit/template
+++ b/srcpkgs/conduit/template
@@ -1,6 +1,6 @@
 # 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]*"
@@ -12,7 +12,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,11 +20,6 @@ _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"
-fi
-
 post_install() {
 	vsconf conduit-example.toml conduit.toml
 	vsv conduit

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] conduit: update to 0.7.0.
  2024-04-25 13:22 [PR PATCH] conduit: update to 0.7.0 TinfoilSubmarine
@ 2024-04-25 13:52 ` TinfoilSubmarine
  2024-04-25 14:51 ` [PR REVIEW] " Kladki
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2024-04-25 13:52 UTC (permalink / raw)
  To: ml

[-- 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: 1491 bytes --]

From 7f8afea8787e69dade55467f4f0b1e6b29cd2b9f 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 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template
index fa67edd2ceb5e9..521de264177d7f 100644
--- a/srcpkgs/conduit/template
+++ b/srcpkgs/conduit/template
@@ -1,6 +1,6 @@
 # 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]*"
@@ -12,7 +12,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 +20,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() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] conduit: update to 0.7.0.
  2024-04-25 13:22 [PR PATCH] conduit: update to 0.7.0 TinfoilSubmarine
  2024-04-25 13:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-04-25 14:51 ` Kladki
  2024-04-25 20:26 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Kladki @ 2024-04-25 14:51 UTC (permalink / raw)
  To: ml

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

New review comment by Kladki on void-packages repository

https://github.com/void-linux/void-packages/pull/50030#discussion_r1579624287

Comment:
You should be able to build with all arches now.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] conduit: update to 0.7.0.
  2024-04-25 13:22 [PR PATCH] conduit: update to 0.7.0 TinfoilSubmarine
  2024-04-25 13:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-04-25 14:51 ` [PR REVIEW] " Kladki
@ 2024-04-25 20:26 ` TinfoilSubmarine
  2024-04-26 18:32 ` AnInternetTroll
  2024-04-26 21:22 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2024-04-25 20:26 UTC (permalink / raw)
  To: ml

[-- 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() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: conduit: update to 0.7.0.
  2024-04-25 13:22 [PR PATCH] conduit: update to 0.7.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2024-04-25 20:26 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-04-26 18:32 ` AnInternetTroll
  2024-04-26 21:22 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: AnInternetTroll @ 2024-04-26 18:32 UTC (permalink / raw)
  To: ml

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

New comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50030#issuecomment-2079927497

Comment:
Built on x86\_64 for aarch64-musl
Tested on aarch64-musl. Managed to connect with both iamb (#49652) and
Element X on android and send and read messages, and also works with
the heisenbridge appservice (#47082).

Works as intended!


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: conduit: update to 0.7.0.
  2024-04-25 13:22 [PR PATCH] conduit: update to 0.7.0 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2024-04-26 18:32 ` AnInternetTroll
@ 2024-04-26 21:22 ` cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-04-26 21:22 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

conduit: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/50030

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-26 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-25 13:22 [PR PATCH] conduit: update to 0.7.0 TinfoilSubmarine
2024-04-25 13:52 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-04-25 14:51 ` [PR REVIEW] " Kladki
2024-04-25 20:26 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-04-26 18:32 ` AnInternetTroll
2024-04-26 21:22 ` [PR PATCH] [Merged]: " cinerea0

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).