From d7beeb9c05ac5d571bd4ad7316e02dcbe3be6201 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:15:49 +0300 Subject: [PATCH 1/5] Update sw.yml --- .github/workflows/sw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index a3d918743..36057bb01 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -20,7 +20,7 @@ jobs: sudo dnf -y update sudo dnf -y install cmake which gcc - uses: egorpugin/sw-action@master - - run: ./sw build -static -shared -config d,r + - run: ./sw build -static -shared -config d,r -bt macos: runs-on: macos-13 From b486ba64b1864a720f9a78e6b67305c824f9514b Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:19:03 +0300 Subject: [PATCH 2/5] Update sw.yml --- .github/workflows/sw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index 36057bb01..dae10af1d 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -20,7 +20,7 @@ jobs: sudo dnf -y update sudo dnf -y install cmake which gcc - uses: egorpugin/sw-action@master - - run: ./sw build -static -shared -config d,r -bt + - run: ./sw build -static -shared -config d,r -trace -bt macos: runs-on: macos-13 From 13041fa58ed47bc264d8f5747efdb81212b85785 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:21:45 +0300 Subject: [PATCH 3/5] Update sw.yml --- .github/workflows/sw.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index dae10af1d..9ff36a1dd 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -18,9 +18,9 @@ jobs: - name: prepare run: | sudo dnf -y update - sudo dnf -y install cmake which gcc + sudo dnf -y install cmake which g++ - uses: egorpugin/sw-action@master - - run: ./sw build -static -shared -config d,r -trace -bt + - run: ./sw build -static -shared -config d,r macos: runs-on: macos-13 From 84d1d0338996e6df42fabfabb22b799fb4d1b213 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:25:29 +0300 Subject: [PATCH 4/5] Fix build status badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01459927a..f305737fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Leptonica Library # -![Build status](https://github.com/DanBloomberg/leptonica/workflows/sw/badge.svg) +[![sw](https://github.com/DanBloomberg/leptonica/actions/workflows/sw.yml/badge.svg)](https://github.com/DanBloomberg/leptonica/actions/workflows/sw.yml) www.leptonica.org From 041c22cc592ebcebad458afbd0e12600085e939d Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 6 Mar 2024 01:26:01 +0300 Subject: [PATCH 5/5] Update sw.yml --- .github/workflows/sw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index 9ff36a1dd..871c64051 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -18,7 +18,7 @@ jobs: - name: prepare run: | sudo dnf -y update - sudo dnf -y install cmake which g++ + sudo dnf -y install cmake which g++ clang clang-tools-extra lld - uses: egorpugin/sw-action@master - run: ./sw build -static -shared -config d,r