Skip to content

Commit aa1de4a

Browse files
refac: remove mold linker as not contributing big diffrence in time
1 parent 0fcb3f4 commit aa1de4a

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/app-build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,6 @@ jobs:
9393
workspaces: apps/app/src-tauri
9494
key: ${{ inputs.platform }}-${{ inputs.args }}
9595

96-
- name: setup mold
97-
if: startsWith(inputs.platform, 'ubuntu')
98-
uses: rui314/setup-mold@v1
99-
100-
- name: setup_windows_linker
101-
if: startsWith(inputs.platform, 'windows')
102-
shell: bash
103-
run: echo "RUSTFLAGS=-C linker=rust-lld" >> $GITHUB_ENV
104-
105-
- name: setup_linux_linker
106-
if: startsWith(inputs.platform, 'ubuntu') && inputs.mobile != 'android'
107-
shell: bash
108-
run: |
109-
sudo apt-get install -y clang
110-
echo "RUSTFLAGS=-C linker=clang -C link-arg=-fuse-ld=mold" >> $GITHUB_ENV
111-
11296
# ------------- Android -------------
11397
- name: Set up JDK
11498
if: inputs.mobile == 'android'

0 commit comments

Comments
 (0)