From 2c3fb650649fd638b12f6193819c87f776805d69 Mon Sep 17 00:00:00 2001 From: Akinator31 Date: Tue, 25 Nov 2025 12:41:22 +0100 Subject: [PATCH] fix(ci): force rust to use legacy symbol mangling --- .github/workflows/release-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 378d7279..e284298e 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -37,6 +37,8 @@ jobs: - name: Build frontend working-directory: rustmail_panel + env: + RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options' run: trunk build --release --dist ../rustmail/static --config Trunk.toml - name: Build Rust backend @@ -98,6 +100,8 @@ jobs: - name: Build frontend working-directory: rustmail_panel + env: + RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options' run: trunk build --release --dist ../rustmail/static --config Trunk.toml - name: Verify static files were created