Skip to content

Commit 2f503ed

Browse files
committed
fix: soci snapshotter build
Build static binaries of soci-snapshotter. Signed-off-by: Noel Georgi <[email protected]>
1 parent f7304cf commit 2f503ed

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.kres.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
- nvidia-open-gpu-kernel-modules-lts
4949
- nvidia-open-gpu-kernel-modules-production
5050
- nvme-cli
51+
- soci-snapshotter
5152
- panfrost
5253
- qemu-guest-agent
5354
- qlogic-firmware

Makefile

Lines changed: 2 additions & 1 deletion
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-14T09:20:25Z by kres e1d6dac.
3+
# Generated on 2025-11-15T05:31:19Z by kres e1d6dac.
44

55
# common variables
66

@@ -105,6 +105,7 @@ TARGETS += nvidia-gdrdrv-device
105105
TARGETS += nvidia-open-gpu-kernel-modules-lts
106106
TARGETS += nvidia-open-gpu-kernel-modules-production
107107
TARGETS += nvme-cli
108+
TARGETS += soci-snapshotter
108109
TARGETS += panfrost
109110
TARGETS += qemu-guest-agent
110111
TARGETS += qlogic-firmware

container-runtime/soci-snapshotter/pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ steps:
3030
- |
3131
cd ${GOPATH}/src/github.com/awslabs/soci-snapshotter
3232
33-
make soci-snapshotter-grpc
34-
make soci
33+
make soci-snapshotter-grpc STATIC=1
34+
make soci STATIC=1
3535
install:
3636
- |
3737
mkdir -p /rootfs/usr/local/bin

0 commit comments

Comments
 (0)