tirbofish/dropbear · diff
ci: use mold instead of lld
jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -1,8 +0,0 @@ -[target.'cfg(target_os = "windows")'] -rustflags = ["-C", "target-feature=+crt-static", "-C", "prefer-dynamic", "-C", "link-arg=-fuse-ld=lld"] - -[target.'cfg(target_os = "macos")'] -rustflags = ["-C", "link-arg=-fuse-ld=/opt/homebrew/bin/zld"] - -[target.'cfg(target_os = "linux")'] -rustflags = ["-C", "link-arg=-fuse-ld=mold"] @@ -0,0 +1,8 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static", "-C", "prefer-dynamic", "-C", "link-arg=-fuse-ld=mold"] + +[target.'cfg(target_os = "macos")'] +rustflags = ["-C", "link-arg=-fuse-ld=mold"] + +[target.'cfg(target_os = "linux")'] +rustflags = ["-C", "link-arg=-fuse-ld=mold"] @@ -57,9 +57,15 @@ jobs: - name: install assimp (macOS) if: matrix.os == 'macos-latest' run: brew install assimp - - name: install zld linker (macOS) + - name: install mold linker (macOS) if: matrix.os == 'macos-latest' - run: brew install zld + run: brew install mold + - name: Setup Scoop (Windows) + if: matrix.os == 'windows-latest' + uses: MinoruSekine/setup-scoop@v4.0.2 + - name: install mold linker (Windows) + if: matrix.os == 'windows-latest' + run: scoop install mold - name: install rust toolchain
Large diffs are not rendered by default. Showing the first 50 of 52 lines. Show full diff