mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-04 16:34:12 +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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user