diff --git a/.cargo/config.toml b/.cargo/config.toml index b7eff86..48ca4bb 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [target.x86_64-unknown-linux-musl] -linker = "musl-gcc" +linker = "x86_64-linux-musl-gcc" [target.aarch64-unknown-linux-musl] -linker = "aarch64-linux-gnu-gcc" +linker = "aarch64-linux-musl-gcc" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81ba722..49033af 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