You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: simplify check-guest-i686 to only test i686 builds (#1102)
The recipe was rebuilding x86_64 guests with/without tracing, which is
out of scope for a recipe named check-guest-i686. Now it only:
1. Verifies hyperlight-guest builds for i686
2. Verifies trace_guest correctly fails on i686 (compile_error)
The x86_64 tracing tests are already covered by other CI jobs.
Signed-off-by: danbugs <danilochiarlone@gmail.com>
0 commit comments