1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-04 08:24:11 +00:00

CI: move back gnss-sdr arch jobs to main, deactivate ppc64le and s390x

This commit is contained in:
Carles Fernandez 2023-04-06 08:33:42 +02:00
parent 8f995b5693
commit 08dcf3f88c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -7,7 +7,7 @@ on:
push: push:
branches: branches:
- "**-archs" - "**-archs"
- next - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -32,12 +32,12 @@ jobs:
- arch: riscv64 - arch: riscv64
distro: ubuntu22.04 distro: ubuntu22.04
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 } compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
- arch: ppc64le # - arch: ppc64le
distro: ubuntu22.04 # distro: ubuntu22.04
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 } # compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
- arch: s390x # - arch: s390x
distro: ubuntu22.04 # distro: ubuntu22.04
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 } # compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
steps: steps:
- uses: actions/checkout@v3.1.0 - uses: actions/checkout@v3.1.0