Phase 6: Erfolgreiche Actions-Matrix und Paketprüfungen dokumentieren
All checks were successful
Vierziel-Build und Pflichtabnahme / checks (push) Successful in 6m4s
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, aarch64-apple-darwin) (push) Successful in 3m44s
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, aarch64-unknown-linux-gnu) (push) Successful in 3m34s
Vierziel-Build und Pflichtabnahme / build (ghcr.io/rust-cross/cargo-zigbuild@sha256:82af75c41958c2af2787e8bedd912da7678a9438937e223e9d83d006d747b38b, x86_64-unknown-linux-gnu) (push) Successful in 3m37s
Vierziel-Build und Pflichtabnahme / build (messense/cargo-xwin@sha256:4696dd4e79edf8569fa99c4b06bd99273e0501c7adc983aa61d57945f795bef0, x86_64-pc-windows-msvc) (push) Successful in 6m19s
Vierziel-Build und Pflichtabnahme / stage (push) Has been skipped

This commit is contained in:
2026-09-07 23:15:44 +02:00
parent dec067dfec
commit 332933f42c
36 changed files with 3478 additions and 37 deletions

View File

@@ -0,0 +1,12 @@
{
"revision": "dec067dfec0c97918f92f00d0b2729238f494c6a",
"passed": true,
"buildhost": "Linux-6.8.0-139-generic-aarch64-with-glibc2.41",
"run_url": "https://git.rfc1437.de/hugo/TerminalBasic/actions/runs/5",
"foreign": true,
"inventory": true,
"workspace": true,
"benchmarks": true,
"native_ide": true,
"log_sha256": "340f54e51cd451bc5c912d01da21f4cb961149050f112429bc3935255f4994ba"
}

View File

@@ -0,0 +1,75 @@
Compiling libc v0.2.189
Compiling syn v3.0.4
Compiling rustversion v1.0.23
Compiling log v0.4.34
Compiling errno v0.3.14
Compiling ident_case v1.0.1
Compiling signal-hook v0.3.18
Compiling strsim v0.11.1
Compiling parking_lot_core v0.9.12
Compiling cfg-if v1.0.4
Compiling darling_core v0.24.1
Compiling signal-hook-registry v1.4.8
Compiling scopeguard v1.2.0
Compiling smallvec v1.15.2
Compiling rustix v0.38.44
Compiling thiserror v2.0.20
Compiling lock_api v0.4.14
Compiling darling_macro v0.24.1
Compiling thiserror-impl v2.0.20
Compiling mio v1.2.2
Compiling syn v2.0.119
Compiling linux-raw-sys v0.4.15
Compiling bitflags v2.13.1
Compiling equivalent v1.0.2
Compiling paste v1.0.15
Compiling heck v0.5.0
Compiling instability v0.3.13
Compiling either v1.18.0
Compiling foldhash v0.1.5
Compiling allocator-api2 v0.2.21
Compiling hashbrown v0.15.5
Compiling strum_macros v0.26.4
Compiling itertools v0.13.0
Compiling redb v4.2.0
Compiling signal-hook-mio v0.2.5
Compiling darling v0.24.1
Compiling parking_lot v0.12.5
Compiling castaway v0.2.4
Compiling unicode-width v0.2.0
Compiling unicode-width v0.1.14
Compiling indoc v2.0.7
Compiling unicode-segmentation v1.13.3
Compiling jiff-core v0.1.0
Compiling itoa v1.0.18
Compiling static_assertions v1.1.0
Compiling ryu v1.0.23
Compiling compact_str v0.8.2
Compiling jiff v0.2.35
Compiling unicode-truncate v1.1.0
Compiling crossterm v0.28.1
Compiling strum v0.26.3
Compiling lru v0.12.5
Compiling cassowary v0.3.0
Compiling tb-runtime v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-runtime)
Compiling ratatui v0.29.0
Compiling tb-frontend v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-frontend)
Compiling anyhow v1.0.104
Compiling tb-ui v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-ui)
Compiling tb-vm v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-vm)
Compiling tb-export v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-export)
Compiling tb-runner v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-runner)
Finished `release` profile [optimized] target(s) in 1m 25s
Compiling anyhow v1.0.104
Compiling tb-export v0.1.0 (/workspace/hugo/TerminalBasic/crates/tb-export)
Finished `release` profile [optimized] target(s) in 7.40s
Running `target/release/tb-template /tmp/tb-ci-runtime-3wzk5bf9/runtime/aarch64-unknown-linux-gnu/tbrt aarch64-unknown-linux-gnu`
/tmp/tb-ci-runtime-3wzk5bf9/runtime/aarch64-unknown-linux-gnu
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
Running unittests src/main.rs (target/debug/deps/tbc-0838068ce19bb639)
running 1 test
test ide_acceptance::real_native_ide_exports_and_source_free_cli_library_consumer ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 6 filtered out; finished in 1.00s