From: tsndqst <tsndqst@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] cri-tools: update to 1.32.0.
Date: Wed, 08 Jan 2025 00:57:12 +0100 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53885@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]
There is a new pull request by tsndqst against master on the void-packages repository
https://github.com/tsndqst/void-packages cri-tools
https://github.com/void-linux/void-packages/pull/53885
cri-tools: update to 1.32.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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- x86_64-musl (cross)
A patch file from https://github.com/void-linux/void-packages/pull/53885.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cri-tools-53885.patch --]
[-- Type: text/x-diff, Size: 1329 bytes --]
From 8c678ec312c80f98446dfe09758679ea0d3f4a3b Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Tue, 7 Jan 2025 16:36:17 -0600
Subject: [PATCH] cri-tools: update to 1.32.0.
---
srcpkgs/cri-tools/template | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/cri-tools/template b/srcpkgs/cri-tools/template
index de01fa062b8e51..e2495aa1e4b3c6 100644
--- a/srcpkgs/cri-tools/template
+++ b/srcpkgs/cri-tools/template
@@ -1,22 +1,23 @@
# Template file for 'cri-tools'
pkgname=cri-tools
-version=1.22.0
-revision=4
+version=1.32.0
+revision=1
build_style=go
go_import_path=github.com/kubernetes-sigs/cri-tools
+make_check_target=sigs.k8s.io/cri-tools/cmd/crictl
short_desc="CLI and validation tools for Kubelet Container Runtime Interface (CRI)"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="Apache-2.0"
homepage="https://github.com/kubernetes-sigs/cri-tools"
distfiles="https://github.com/kubernetes-sigs/cri-tools/archive/v${version}.tar.gz"
-checksum=76fc230a73dd7e8183f499c88effaf734540808f2f90287031a85d0a4d8512d9
+checksum=2d48319be933df77c660fbfe7efef8c3d61bbde6787e2f33725bcc519858b287
do_build() {
make ${makejobs}
}
do_install() {
- for bin in build/bin/*; do
+ for bin in build/bin/linux/${GOARCH}/*; do
vbin $bin
done
}
next reply other threads:[~2025-01-07 23:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-07 23:57 tsndqst [this message]
2025-01-17 20:42 ` [PR PATCH] [Updated] " tsndqst
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53885@inbox.vuxu.org \
--to=tsndqst@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).