Skip to content

Commit 5df8bae

Browse files
committed
chore: run rekres and update dependencies
Run rekres to update dependencies managed by kres. Update dependencies: xz: v5.8.2 Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com> (cherry picked from commit cd5eb66)
1 parent 7d57df0 commit 5df8bae

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-11-11T11:24:41Z by kres 911d166.
3+
# Generated on 2026-01-02T09:24:08Z by kres 8a4aebf.
44

55
# common variables
66

@@ -36,6 +36,7 @@ PLATFORM ?= linux/amd64,linux/arm64
3636
PROGRESS ?= auto
3737
PUSH ?= false
3838
CI_ARGS ?=
39+
WITH_BUILD_DEBUG ?=
3940
BUILD_ARGS = --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH)
4041
COMMON_ARGS = --file=Pkgfile
4142
COMMON_ARGS += --provenance=false
@@ -111,6 +112,10 @@ respectively.
111112

112113
endef
113114

115+
ifneq (, $(filter $(WITH_BUILD_DEBUG), t true TRUE y yes 1))
116+
BUILD := BUILDX_EXPERIMENTAL=1 docker buildx debug --invoke /bin/sh --on error build
117+
endif
118+
114119
all: $(TARGETS) ## Builds all targets defined.
115120

116121
$(ARTIFACTS): ## Creates artifacts directory.
@@ -175,4 +180,3 @@ release-notes: $(ARTIFACTS)
175180
conformance:
176181
@docker pull $(CONFORMANCE_IMAGE)
177182
@docker run --rm -it -v $(PWD):/src -w /src $(CONFORMANCE_IMAGE) enforce
178-

Pkgfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ vars:
365365
util_linux_sha512: 696c87e7cf185acc9b4b969ddade6155ea2945ae494eaecfd7b1f35d9607166cb09be79878fb793dd31b4d4dcac8c9be4be76af3886185db7ae8b58c303fb0cf
366366

367367
# renovate: datasource=github-releases depName=tukaani-project/xz
368-
xz_version: v5.8.1
369-
xz_sha256: 0b54f79df85912504de0b14aec7971e3f964491af1812d83447005807513cd9e
370-
xz_sha512: 34dbc874a697f4fd17127b3dc828236dd7fd35120a77e0867325273c5d56c4ecddc8a39dce6cbdb3141fff32c56001f4ab18edfa572076d10f2fd55b07ff2b9e
368+
xz_version: v5.8.2
369+
xz_sha256: 890966ec3f5d5cc151077879e157c0593500a522f413ac50ba26d22a9a145214
370+
xz_sha512: 9cb422456d51df4261c16bcd68b188d64b778f43c875188cb140372dab9793c873111f5608c3dfe3dffe5dd6da9ba7ba96d7154d3d4fae26cb1cc22b6b66910e
371371

372372
# renovate: datasource=github-tags extractVersion=^v(?<version>.*)$ depName=madler/zlib
373373
zlib_version: 1.3.1

0 commit comments

Comments
 (0)