We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b77dea + 2c3fb65 commit 463f326Copy full SHA for 463f326
1 file changed
.github/workflows/release-ci.yml
@@ -37,6 +37,8 @@ jobs:
37
38
- name: Build frontend
39
working-directory: rustmail_panel
40
+ env:
41
+ RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options'
42
run: trunk build --release --dist ../rustmail/static --config Trunk.toml
43
44
- name: Build Rust backend
@@ -98,6 +100,8 @@ jobs:
98
100
99
101
102
103
104
105
106
107
- name: Verify static files were created
0 commit comments