From 0818d7cdc8d051a704c94f33571324cc42b5f8b1 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 13 Jun 2024 12:29:47 +0200 Subject: [PATCH] fix ci --- .github/workflows/compat.yaml | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/.github/workflows/compat.yaml b/.github/workflows/compat.yaml index 198a3d7..fa6721f 100644 --- a/.github/workflows/compat.yaml +++ b/.github/workflows/compat.yaml @@ -66,8 +66,8 @@ jobs: run: ./build_single.sh ${{ matrix.coin }} x86_64-linux-android -j$(nproc) - name: ${{ matrix.coin }}/aarch64-linux-android run: ./build_single.sh ${{ matrix.coin }} aarch64-linux-android -j$(nproc) - - name: ${{ matrix.coin }}/arm-linux-androideabi - run: ./build_single.sh ${{ matrix.coin }} arm-linux-androideabi -j$(nproc) + - name: ${{ matrix.coin }}/armv7a-linux-androideabi + run: ./build_single.sh ${{ matrix.coin }} armv7a-linux-androideabi -j$(nproc) - name: rename artifacts run: | mkdir release/gh/ @@ -161,30 +161,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: release/gh/* - token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} - macos-host: - runs-on: macos-14 - steps: - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.2' - - name: Set up Homebrew - id: set-up-homebrew - uses: Homebrew/actions/setup-homebrew@master - - name: Install brew dependencies - run: | - brew install git unbound boost@1.76 zmq - brew link boost@1.76 - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - submodules: recursive - - name: Patch sources - run: | - git config --global --add safe.directory '*' - git config --global user.email "ci@mrcyjanek.net" - git config --global user.name "CI mrcyjanek.net" - ./apply_patches.sh ${{ matrix.coin }} - - name: monero/host-apple-darwin - run: | - ./build-single.sh ${{ matrix.coin }} host-apple-darwin -j$(sysctl -n hw.activecpu) \ No newline at end of file + token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} \ No newline at end of file