Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cri-tools: update to 1.32.0.
@ 2025-01-07 23:57 tsndqst
  0 siblings, 0 replies; only message in thread
From: tsndqst @ 2025-01-07 23:57 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-07 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-07 23:57 [PR PATCH] cri-tools: update to 1.32.0 tsndqst

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