summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-05 10:59:53 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-05 10:59:53 -0500
commitbbd4b3d61cf90542685421c80daaa6e775f6c970 (patch)
tree6d4d0431d6ff60a09ea6eafbabfd3c6f4f26f44a
parent956d3da30358d2d91721b70714efa6c0fab620d5 (diff)
fix apply patches and don't fail-fast
-rw-r--r--.github/workflows/full_check.yaml9
-rwxr-xr-xapply_patches.sh2
2 files changed, 10 insertions, 1 deletions
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