diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-13 12:29:47 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-06-13 12:29:47 +0200 |
| commit | 0818d7cdc8d051a704c94f33571324cc42b5f8b1 (patch) | |
| tree | 28a46c6b2c778e0ca00d1e546e962c2e342d5ea8 | |
| parent | cd07e5d21196dfd5cae14dbb2ac0f3e04d4cd8f9 (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/compat.yaml | 32 |
1 files 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 |
