From 8fdc1b1ea07e364444062d54ced1d5aad599d128 Mon Sep 17 00:00:00 2001 From: David Osipov Date: Mon, 23 Mar 2026 13:06:55 +0400 Subject: [PATCH] Update .github/workflows/openbsd-build.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/openbsd-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openbsd-build.yml b/.github/workflows/openbsd-build.yml index 90ca265..5b7f3bc 100644 --- a/.github/workflows/openbsd-build.yml +++ b/.github/workflows/openbsd-build.yml @@ -24,10 +24,10 @@ jobs: include: - arch: x86_64 artifact: telemt-openbsd-x86_64 - rustflags: -C target-cpu=x86-64-v2 -C opt-level=3 + rustflags: -C opt-level=3 - arch: aarch64 artifact: telemt-openbsd-aarch64 - rustflags: -C target-cpu=cortex-a53 -C target-feature=+aes,+pmull,+sha2,+sha1,+crc -C opt-level=3 + rustflags: -C opt-level=3 permissions: contents: read