From 3f3bf5bbd2d601c2d5f2ee4df053c9a1427ac52d Mon Sep 17 00:00:00 2001 From: David Osipov Date: Fri, 20 Mar 2026 01:27:11 +0400 Subject: [PATCH] Update build-openbsd.yml --- .github/workflows/build-openbsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-openbsd.yml b/.github/workflows/build-openbsd.yml index 3220538..63bd063 100644 --- a/.github/workflows/build-openbsd.yml +++ b/.github/workflows/build-openbsd.yml @@ -30,7 +30,7 @@ jobs: echo 'lto = "thin"' >> Cargo.toml fi - export RUSTFLAGS="-C target-cpu=cortex-a53 -C target-feature=+aes,+sha2,+crc -C opt-level=3 -C linker=lld" + export RUSTFLAGS="-C target-cpu=cortex-a53 -C target-feature=+aes,+sha2,+crc -C opt-level=3" cargo build --release @@ -39,4 +39,4 @@ jobs: with: name: telemt-openbsd-aarch64 path: target/release/telemt - retention-days: 7 \ No newline at end of file + retention-days: 7