1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

debug: enable run-built-image to investigate cross-compilation issues

Temporarily enable run-built-image in CI to see what specific
cross-compilation tools are missing in the ubuntu environment.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-06-08 20:30:10 -04:00
parent 5f1167c507
commit a70fc36ef1
Failed to extract signature

View file

@ -47,7 +47,7 @@ jobs:
- run: make build
- run: make test
- run: make test-e2e
#- run: make run-built-image
- run: make run-built-image
fmt:
name: Rustfmt