square-psychiatrist-19087
06/26/2025, 1:53 PMuv run
inside shell_command
, but it's failing trying to install kerberos with
cc: fatal error: cannot execute 'as': execvp: No such file or directory
any idea how to fix it?square-psychiatrist-19087
06/26/2025, 1:55 PMsquare-psychiatrist-19087
06/26/2025, 1:55 PMshell_command(
name="build",
command="uv --cache-dir={chroot}/uv run sphinx-build -M dirhtml docs/source/ docs/build/",
tools=[
"cc",
"gcc",
"krb5-config",
"sed",
"uv",
],
workdir="/",
experimental_named_caches={"uv": "uv"},
)
dazzling-pizza-75442
06/26/2025, 2:08 PMas
to tools
?square-psychiatrist-19087
06/26/2025, 2:09 PM