[17:58:21] !log lucaswerkmeister@tools-bastion-13 tools.codex-playground deployed 144f1afed8 (navbar) [17:58:24] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.codex-playground/SAL [18:01:47] !log lucaswerkmeister@tools-bastion-13 tools.codex-playground deployed 003f57d217 (fix margin) [18:01:48] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.codex-playground/SAL [21:10:01] !log lucaswerkmeister@tools-bastion-13 tools.codex-playground deployed ce44c15093 (whitespace) [21:10:04] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.codex-playground/SAL [22:47:18] what's the correct way to build a Rust tool nowadays? [[Help:Toolforge/Rust]] gives me a 'error: linker `cc` not found' [23:00:36] hm, that’s odd… if I run the python3.11 image locally it seems to have a `cc` in it [23:01:05] here's the full traceback https://pastebin.com/raw/VVivv51Q [23:01:29] well, the full error. let me know if you'd like the traceback. [23:01:44] I don’t see any linker cc error in there o_O [23:01:46] which command did you run? [23:02:15] just cargo build --release through the jobs service [23:02:44] using the python3.11 image? [23:03:09] yep [23:03:26] hm [23:03:41] re the cc error, accidentally cut it off https://pastebin.com/raw/PSjGf0W1 [23:07:21] I wonder if using the build service would work better, that’s mentioned in https://phabricator.wikimedia.org/T194953#9529117 [23:07:39] (and also briefly at the top of https://wikitech.wikimedia.org/wiki/Help:Toolforge/Rust, before it goes on to describe what IIUC is the previous / older way to build rust code…) [23:07:52] but I don’t have any experience with rust myself, I’m just trying to guess based on the docs and general toolforge knowledge [23:08:04] so it’s probably better to wait for someone else to show up who knows better tbh ^^ [23:08:08] I saw that but I believe it's for webservices? And my program is an executable [23:08:38] it’s not exclusive to webservice, you should also be able to target a build service built image with `toolforge jobs` [23:08:50] I see, will look into it [23:09:03] I think it’s worth a shot… good luck