From a70fc36ef17a84cfc99fdcc986685a72fbe5015f Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sun, 8 Jun 2025 20:30:10 -0400 Subject: [PATCH] debug: enable run-built-image to investigate cross-compilation issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49033af..81ba722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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