Skip to content

Commit

Permalink
chore: update pkgs to ones built with gcc 14.2
Browse files Browse the repository at this point in the history
There are no changes to versions of the pkgs themselves.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Nov 7, 2024
1 parent 2e12762 commit 0406a05
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TOOLS ?= ghcr.io/siderolabs/tools:v1.9.0-alpha.0-7-g3750064
DEBUG_TOOLS_SOURCE := scratch

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.9.0-alpha.0-36-g9a98f73
PKGS ?= v1.9.0-alpha.0-37-g4699763
EXTRAS ?= v1.9.0-alpha.0-1-geab6e58

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down Expand Up @@ -244,7 +244,7 @@ COMMON_ARGS += --build-arg=MICROSOFT_SECUREBOOT_RELEASE=$(MICROSOFT_SECUREBOOT_R

CI_ARGS ?=

EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent'
EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent'

all: initramfs kernel installer imager talosctl talosctl-image talos

Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.0-alpha.0-36-g9a98f73
v1.9.0-alpha.0-37-g4699763
Binary file modified pkg/provision/providers/vm/internal/ipxe/data/ipxe/amd64/snp.efi
Binary file not shown.
Binary file modified pkg/provision/providers/vm/internal/ipxe/data/ipxe/arm64/snp.efi
Binary file not shown.

0 comments on commit 0406a05

Please sign in to comment.