mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
parent
3c006e3a4b
commit
f7737024fc
5 changed files with 168 additions and 20 deletions
168
run.json
168
run.json
File diff suppressed because one or more lines are too long
1
stages/002-toolchain@1/output.log
Normal file
1
stages/002-toolchain@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/fc14b2ba2d770e5cd3169df7a29525c962adfc4cfa3097b9098c63ebd61a748c
|
||||
8
stages/002-toolchain@1/script_timing.json
Normal file
8
stages/002-toolchain@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/fc14b2ba2d770e5cd3169df7a29525c962adfc4cfa3097b9098c63ebd61a748c",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1501,
|
||||
"termination": "exited",
|
||||
"output_bytes": 36,
|
||||
"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-07-23T16:25:34.036230226Z"
|
||||
}
|
||||
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": "exec 2>&1\ncargo check -q --workspace 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue