Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-sccache: update to 0.4.0.
@ 2023-03-22 19:15 icp1994
  2023-03-27 15:33 ` [PR PATCH] [Updated] " icp1994
  2023-03-28  2:55 ` [PR PATCH] [Merged]: rust-sccache: update to 0.4.1 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-03-22 19:15 UTC (permalink / raw)
  To: ml

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

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages rust-sccache
https://github.com/void-linux/void-packages/pull/42934

rust-sccache: update to 0.4.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-sccache-42934.patch --]
[-- Type: text/x-diff, Size: 1489 bytes --]

From 959d2926813afbc66fe0e778cc3113682ca14df0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 22 Mar 2023 11:59:59 +0530
Subject: [PATCH] rust-sccache: update to 0.4.0.

---
 srcpkgs/rust-sccache/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template
index 7ed142e7764d..20a6ad2025a5 100644
--- a/srcpkgs/rust-sccache/template
+++ b/srcpkgs/rust-sccache/template
@@ -1,18 +1,20 @@
 # Template file for 'rust-sccache'
 pkgname=rust-sccache
-version=0.3.3
+version=0.4.0
 revision=1
 build_style=cargo
-# fails in musl
-make_check_args="-- --skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
+# 1. requires expensive extra feature 2. requires clang 3. requires libc
+make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
+ --skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Sccache is a ccache-like tool"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://crates.io/crates/sccache"
+changelog="https://github.com/mozilla/sccache/releases"
 distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
-checksum=6aae524ce9e447b7dbe9d43918827ede44d77591f820d843738d14b4f6195a4d
+checksum=fd9d14acfc1ae0ad7bfbe0fa563f60462e7d6d9f458ea84c18dbd5a5b02a7daf
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR PATCH] [Updated] rust-sccache: update to 0.4.0.
  2023-03-22 19:15 [PR PATCH] rust-sccache: update to 0.4.0 icp1994
@ 2023-03-27 15:33 ` icp1994
  2023-03-28  2:55 ` [PR PATCH] [Merged]: rust-sccache: update to 0.4.1 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-03-27 15:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages rust-sccache
https://github.com/void-linux/void-packages/pull/42934

rust-sccache: update to 0.4.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-sccache-42934.patch --]
[-- Type: text/x-diff, Size: 1489 bytes --]

From f054fd600a53be31a21d67d4a488b366046f859e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 22 Mar 2023 11:59:59 +0530
Subject: [PATCH] rust-sccache: update to 0.4.1.

---
 srcpkgs/rust-sccache/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rust-sccache/template b/srcpkgs/rust-sccache/template
index 7ed142e7764d..413008d37623 100644
--- a/srcpkgs/rust-sccache/template
+++ b/srcpkgs/rust-sccache/template
@@ -1,18 +1,20 @@
 # Template file for 'rust-sccache'
 pkgname=rust-sccache
-version=0.3.3
+version=0.4.1
 revision=1
 build_style=cargo
-# fails in musl
-make_check_args="-- --skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
+# 1. requires expensive extra feature 2. requires clang 3. requires libc
+make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
+ --skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Sccache is a ccache-like tool"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://crates.io/crates/sccache"
+changelog="https://github.com/mozilla/sccache/releases"
 distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
-checksum=6aae524ce9e447b7dbe9d43918827ede44d77591f820d843738d14b4f6195a4d
+checksum=c2651cae8522bfad07ab58f8cd44886a4b47232c6e2b2e3be007825176b213b4
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*|arm*|aarch64*) ;;

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

* Re: [PR PATCH] [Merged]: rust-sccache: update to 0.4.1.
  2023-03-22 19:15 [PR PATCH] rust-sccache: update to 0.4.0 icp1994
  2023-03-27 15:33 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-28  2:55 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-28  2:55 UTC (permalink / raw)
  To: ml

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

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

rust-sccache: update to 0.4.1.
https://github.com/void-linux/void-packages/pull/42934

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-03-28  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 19:15 [PR PATCH] rust-sccache: update to 0.4.0 icp1994
2023-03-27 15:33 ` [PR PATCH] [Updated] " icp1994
2023-03-28  2:55 ` [PR PATCH] [Merged]: rust-sccache: update to 0.4.1 classabbyamp

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