From 1b6cfcac73e2aa9cc0b07183859eb07a75d9b84f Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 8 Nov 2025 01:29:22 +0300 Subject: [PATCH] [gha] macos: test static build --- .github/workflows/build-macos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index e6bae80f..f38cdeff 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -18,10 +18,6 @@ on: branches: - '*' -#concurrency: -# group: ci-macos -# cancel-in-progress: false - jobs: build: name: Build on ${{ matrix.target-name }} @@ -50,4 +46,8 @@ jobs: run: brew list - name: Build application - run: make HOMEBREW=1 USE_UPNP=ON PREFIX=$GITHUB_WORKSPACE/output -j3 + run: make HOMEBREW=1 USE_UPNP=ON USE_STATIC=ON PREFIX=$GITHUB_WORKSPACE/output -j3 + + - name: Print binary linking + run: otool -L i2pd +