mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
47befbc771
commit
35beda13b6
4 changed files with 42 additions and 11 deletions
File diff suppressed because one or more lines are too long
5
nodes/preflight_compile/script_invocation.json
Normal file
5
nodes/preflight_compile/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo check -q --workspace 2>&1",
|
||||
"command": "cargo check -q --workspace 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
7
nodes/toolchain/script_timing.json
Normal file
7
nodes/toolchain/script_timing.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
|
||||
"stderr": "",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 80,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/toolchain/status.json
Normal file
6
nodes/toolchain/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: command -v cargo >/dev/null || { curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && sudo ln -sf $HOME/.cargo/bin/* /usr/local/bin/; }; cargo --version 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-15T17:10:59.971612Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue