You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to syzkaller
Hi,
I am building syzkaller using syz-env. Following the steps from the documentation, I tried to pull from the github container registry, since pulling from gcr.io seemed to be failing for me at the moment for some reason.
I can pull from ghcr.io/google/syzkaller/env just fine, but inside the container it fails to build syzkaller. I checked the output of `go version` inside the container and it outputs: `go version go1.17 linux/amd64` , while in the image pulled from gcr.io/syzkaller/env, go version is 1.24.4.
I don't think this is really a problem since the image in gcr.io/syzkaller/env builds just fine, but I just wanted to know if the image hosted in github is still supported.
On a different note, I should mention that I tried to build the image locally using the Dockerfile in syzkaller/tools/docker/env, but it fails on line 121with the output:
=> ERROR [stage-1 24/35] RUN rustup component add rust-src ------ > [stage-1 24/35] RUN rustup component add rust-src: 1.328 /bin/sh: 1: rustup: not found ------
Is there any previous setup that should be done to build from this Dockerfile?
Thanks in advance!
Best,
Daniel
Dmitry Vyukov
unread,
Sep 11, 2025, 1:57:17 AMSep 11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message