File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-12-03T11:26:17Z by kres 571923f .
3+ # Generated on 2026-01-02T09:11:41Z by kres 8a4aebf .
44
55" on " :
66 schedule :
1414 - ubuntu-latest
1515 steps :
1616 - name : Lock old issues
17- uses : dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5 .0.1
17+ uses : dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6 .0.0
1818 with :
1919 issue-inactive-days : " 60"
2020 log-output : " true"
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-12-15T09:54:31Z by kres 4b09af7 .
3+ # Generated on 2026-01-02T09:11:41Z by kres 8a4aebf .
44
55# common variables
66
@@ -37,6 +37,7 @@ PLATFORM ?= linux/amd64,linux/arm64
3737PROGRESS ?= auto
3838PUSH ?= false
3939CI_ARGS ?=
40+ WITH_BUILD_DEBUG ?=
4041BUILD_ARGS = --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH )
4142COMMON_ARGS = --file=Pkgfile
4243COMMON_ARGS += --provenance=false
@@ -165,6 +166,10 @@ respectively.
165166
166167endef
167168
169+ ifneq (, $(filter $(WITH_BUILD_DEBUG ) , t true TRUE y yes 1) )
170+ BUILD := BUILDX_EXPERIMENTAL=1 docker buildx debug --invoke /bin/sh --on error build
171+ endif
172+
168173all : $(TARGETS ) # # Builds all targets defined.
169174
170175$(ARTIFACTS ) : # # Creates artifacts directory.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ format: v1alpha2
55vars:
66 TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.12.0-2-ge64f660
77 TOOLS_PREFIX: ghcr.io/siderolabs/
8- TOOLS_REV: v1.12.0-2-g7d57df0
8+ TOOLS_REV: v1.12.0-3-g5df8bae
99
1010 # renovate: datasource=github-releases depName=containernetworking/plugins
1111 cni_version: v1.9.0
@@ -223,9 +223,9 @@ vars:
223223 pigz_sha512: ae3d9d593e1645d65f9ab77aa828600c9af4bb30d0a073da7ae3dd805e65b87efaf6a0efb980f2d0168e475ae506eba194547d6479956dabb9d88293a9078a7f
224224
225225 # renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
226- glib_version: 2.87.0
227- glib_sha256: 926cf73d8eb90ea341cc2d6fc7b258901e1a086a3808b166b4476d69a98b2401
228- glib_sha512: 07b58dc0bc395c6a53c9bc5d21674307ce9f0a836c82c04db5d5c3163685333f86ff237fc1cfde60daa10796d0de4c5ba90aa4bca056f4d670c73d97d0868b73
226+ glib_version: 2.87.1
227+ glib_sha256: fc2ce0f948ee163f8adc5bdde2f38612b8a3f270022aa1b0d087cb9f1f0ac5c2
228+ glib_sha512: b961abd94254273b47002eaf644bf1742481fc4c098a39479f997b9960f81091cab3ba08e5c813aa649cfd65ae09d4dc9ee1469223d015b86b077c040c1c4a60
229229
230230 # renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
231231 qemu_version: 10.1.2
You can’t perform that action at this time.
0 commit comments