mirror of
https://github.com/imjasonh/krust
synced 2026-07-18 23:16:03 +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:
parent
5f1167c507
commit
a70fc36ef1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- run: make build
|
- run: make build
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: make test-e2e
|
- run: make test-e2e
|
||||||
#- run: make run-built-image
|
- run: make run-built-image
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Rustfmt
|
name: Rustfmt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue