mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
ci: add more hosts to Github Actions
This commit is contained in:
parent
60403ef207
commit
cb3ac4656b
34
.github/workflows/build.yml
vendored
34
.github/workflows/build.yml
vendored
@ -58,10 +58,26 @@ jobs:
|
|||||||
needs: build-image
|
needs: build-image
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- build_target: arm-linux
|
- build_target: arm-linux
|
||||||
host: arm-linux-gnueabihf
|
host: arm-linux-gnueabihf
|
||||||
|
- build_target: linux64
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_tsan
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_ubsan
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_fuzz
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_cxx20
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_sqlite
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_nowallet
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
|
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
|
||||||
options: --user root
|
options: --user root
|
||||||
@ -91,11 +107,25 @@ jobs:
|
|||||||
needs: [build-image, build-depends]
|
needs: [build-image, build-depends]
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- build_target: arm-linux
|
- build_target: arm-linux
|
||||||
host: arm-linux-gnueabihf
|
host: arm-linux-gnueabihf
|
||||||
dep_opts: DEBUG=1
|
- build_target: linux64
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_tsan
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_ubsan
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_fuzz
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_cxx20
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_sqlite
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
|
- build_target: linux64_nowallet
|
||||||
|
host: x86_64-pc-linux-gnu
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
|
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
|
||||||
options: --user root
|
options: --user root
|
||||||
@ -144,7 +174,7 @@ jobs:
|
|||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: build-artifacts-${{ matrix.build_target }}
|
||||||
path: |
|
path: |
|
||||||
/output
|
/output
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user