clusterflux-public/examples/launch-build-demo/README.md
Disasmer release dry run 2bef715211 Public dry run dryrun-20b59dc46b72
Source commit: 20b59dc46b72103c2f8a516c692b5cc3d54fab19

Public tree identity: sha256:aaa5ac7b58b2a0d23c6b11e5f76324bf3839ca1f62653a83deb736932adcfbd9
2026-07-14 10:08:15 +02:00

603 B

Launch Build Demo

This demo is the MVP build workflow expressed as Rust source code. It uses env!("linux"), recognizes env!("windows") when a Windows development node is attached, spawns debugger-visible virtual tasks, and returns artifact/source handles instead of moving large bytes through task arguments.

The Linux environment is defined by envs/linux/Containerfile. The Windows environment is a user-attached development contract and does not claim secure managed Windows sandboxing.

Inspect the bundle metadata:

disasmer bundle inspect --project examples/launch-build-demo