diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0f01435d..e69de29bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,49 +0,0 @@ -name: build - -on: - push: - branches: - - master - paths-ignore: - - '**/*.md' - pull_request: - paths-ignore: - - 'doc/**' - - 'contrib/**' - - '**/*.md' - -jobs: - build: - name: ${{ matrix.name }} - - env: - MAKEJOBS: 4 - SDK_URL: https://bitcoincore.org/depends-sources/sdks - - strategy: - fail-fast: false - matrix: - name: - - linux-32-bit - - linux-arm-32-bit - include: - - name: linux-32-bit - host: i686-pc-linux-gnu - os: ubuntu-20.04 - packages: g++-multilib - check-security: false - check-symbols: false - dep-opts: "" - config-opts: "--enable-glibc-back-compat LDFLAGS=-static-libstdc++" - goal: install - - name: linux-arm-32-bit - host: arm-linux-gnueabihf - os: ubuntu-20.04 - packages: g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf - check-security: false - check-symbols: false - dep-opts: "" - config-opts: "--enable-glibc-back-compat LDFLAGS=-static-libstdc++" - goal: install - - runs-on: ${{ matrix.os }} \ No newline at end of file