mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
parent
9f6d6590ab
commit
235ab4b8bd
6 changed files with 137 additions and 11 deletions
124
run.json
124
run.json
File diff suppressed because one or more lines are too long
11
stages/002-toolchain@1/script_timing.json
Normal file
11
stages/002-toolchain@1/script_timing.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"stdout": "blob://sha256/fc14b2ba2d770e5cd3169df7a29525c962adfc4cfa3097b9098c63ebd61a748c",
|
||||
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1362,
|
||||
"termination": "exited",
|
||||
"stdout_bytes": 36,
|
||||
"stderr_bytes": 0,
|
||||
"streams_separated": true,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/002-toolchain@1/status.json
Normal file
6
stages/002-toolchain@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"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-05-04T03:07:55.918494Z"
|
||||
}
|
||||
1
stages/002-toolchain@1/stderr.log
Normal file
1
stages/002-toolchain@1/stderr.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
|
||||
1
stages/002-toolchain@1/stdout.log
Normal file
1
stages/002-toolchain@1/stdout.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/fc14b2ba2d770e5cd3169df7a29525c962adfc4cfa3097b9098c63ebd61a748c
|
||||
5
stages/003-preflight_compile@1/script_invocation.json
Normal file
5
stages/003-preflight_compile@1/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"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue