From bbd4b3d61cf90542685421c80daaa6e775f6c970 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 5 Nov 2024 10:59:53 -0500 Subject: fix apply patches and don't fail-fast --- .github/workflows/full_check.yaml | 9 +++++++++ apply_patches.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index e0c173c..fc229a4 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -6,6 +6,7 @@ permissions: jobs: lib_mingw: strategy: + fail-fast: false matrix: coin: [monero, wownero, zano] runs-on: ubuntu-latest @@ -61,6 +62,7 @@ jobs: path: release/${{ matrix.coin }} lib_android: strategy: + fail-fast: false matrix: coin: [monero, wownero, zano] runs-on: ubuntu-22.04 @@ -133,6 +135,7 @@ jobs: rm -rf ${{ matrix.coin }}/contrib/depends/sources/android-ndk-r26d-linux.zip lib_linux: strategy: + fail-fast: false matrix: coin: [monero, wownero, zano] runs-on: ubuntu-latest @@ -190,6 +193,7 @@ jobs: path: release/${{ matrix.coin }} lib_sailfishos_aarch64: strategy: + fail-fast: false matrix: coin: [monero, wownero, zano] runs-on: buildjet-2vcpu-ubuntu-2204-arm @@ -245,6 +249,7 @@ jobs: path: release/${{ matrix.coin }} lib_sailfishos_i486: strategy: + fail-fast: false matrix: coin: [monero, wownero, zano] runs-on: ubuntu-latest @@ -293,6 +298,7 @@ jobs: path: release/${{ matrix.coin }} lib_darwin: strategy: + fail-fast: false matrix: coin: [monero, wownero] runs-on: ubuntu-latest @@ -356,6 +362,7 @@ jobs: rm -rf ${{ matrix.coin }}/contrib/depends/sources/MacOSX*sdk.tar.xz lib_macos: strategy: + fail-fast: false matrix: coin: [monero, wownero] name: macos build @@ -413,6 +420,7 @@ jobs: path: release/${{ matrix.coin }} lib_ios: strategy: + fail-fast: false matrix: coin: [monero, wownero, zano] name: ios build @@ -588,6 +596,7 @@ jobs: regression_check: strategy: + fail-fast: false matrix: coin: [monero, wownero] needs: [ diff --git a/apply_patches.sh b/apply_patches.sh index 0392ad7..20b9778 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -40,7 +40,7 @@ then fi if [[ "$repo" == "zano" ]]; then - pushd external/tor-connect + pushd contrib/tor-connect git remote set-url origin https://github.com/mrcyjanek/tor-connect.git popd fi -- cgit v1.2.3