mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 11:40:33 +00:00
CI: move back gnss-sdr arch jobs to main, deactivate ppc64le and s390x
This commit is contained in:
parent
8f995b5693
commit
08dcf3f88c
14
.github/workflows/gnss-sdr_archs.yml
vendored
14
.github/workflows/gnss-sdr_archs.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "**-archs"
|
||||
- next
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@ -32,12 +32,12 @@ jobs:
|
||||
- arch: riscv64
|
||||
distro: ubuntu22.04
|
||||
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||
- arch: ppc64le
|
||||
distro: ubuntu22.04
|
||||
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||
- arch: s390x
|
||||
distro: ubuntu22.04
|
||||
compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||
# - arch: ppc64le
|
||||
# distro: ubuntu22.04
|
||||
# compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||
# - arch: s390x
|
||||
# distro: ubuntu22.04
|
||||
# compiler: { name: g++-12, cc: gcc-12, cxx: g++-12 }
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user