feat(servo): isolate profiles with hardware sidecars

This commit is contained in:
2026-07-09 20:27:22 -04:00
parent 78dc86b18e
commit c28ec2bee8
92 changed files with 10306 additions and 1485 deletions
+3 -1
View File
@@ -2,4 +2,6 @@
set -euo pipefail
echo "Verifying PRD live sites through the GPUI web surface adapter"
cargo test -p ely_app --features live-site-smoke --all-targets -- --test-threads=1 --nocapture
cargo build --locked -p ely_servo_host --features servo-engine --bin ely_servo_sidecar
ELY_SERVO_RENDERING_CONTEXT=software \
cargo test --locked -p ely_app --features live-site-smoke --all-targets -- --test-threads=1 --nocapture