[google/syzkaller] 682675: syz-agent: disable CGO for lore-relay container build

0 views
Skip to first unread message

Aleksandr Nogikh

unread,
May 6, 2026, 11:57:15 AMMay 6
to syzk...@googlegroups.com
Branch: refs/heads/gh-readonly-queue/master/pr-7195-cbcd9ea0cda2829cdba614a2b5501f7a29c03677
Home: https://github.com/google/syzkaller
Commit: 682675d9148f15cf23d07915cbfbc12c0d594447
https://github.com/google/syzkaller/commit/682675d9148f15cf23d07915cbfbc12c0d594447
Author: Aleksandr Nogikh <nog...@google.com>
Date: 2026-05-06 (Wed, 06 May 2026)

Changed paths:
M Makefile
M syz-agent/lore-relay/Dockerfile

Log Message:
-----------
syz-agent: disable CGO for lore-relay container build

The syz-lore-relay binary was previously built with CGO_ENABLED=1,
which produced a dynamically linked binary depending on glibc.
When deployed to the Alpine-based container, this caused a "no
such file or directory" error on startup since Alpine uses musl.

Fix this by explicitly setting CGO_ENABLED=0 in the Dockerfile
when building the binary. Also remove the hardcoded CGO_ENABLED=1
from the main Makefile's lore-relay target so it can be controlled
by the environment.



To unsubscribe from these emails, change your notification settings at https://github.com/google/syzkaller/settings/notifications
Reply all
Reply to author
Forward
0 new messages