-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Context
Follow-up from PR #2326 (port node launcher to Rust). Tracked in #2598.
Problem
The old Python launcher files still exist in the repo (kept as a safety net during the transition):
tee_launcher/launcher.pytee_launcher/test_launcher.pytee_launcher/test_launcher_config.pytee_launcher/requirements.txttee_launcher/__init__.pytee_launcher/launcher.mdtee_launcher/user-config.conf
Additionally, flake.nix has a PYTHONPATH reference to ./tee_launcher.
Action
After the Rust launcher is validated in production:
- Delete
tee_launcher/directory - Remove Python test dependencies
- Clean up
flake.nixPYTHONPATH reference - Remove any CI steps that reference the Python launcher
Reactions are currently unavailable