Skip to content

Commit

Permalink
remove RTEMS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Feb 4, 2025
1 parent c538729 commit b20b88c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ jobs:
strategy:
fail-fast: false
matrix:
epics-target: [RTEMS-beatnik,linux-x86_64] # , linux-aarch64]
epics-target: [RTEMS-beatnik, linux-x86_64] # , linux-aarch64]
include:
- os: ubuntu-latest # everyone is on ubuntu-latest
- epics-target: RTEMS-beatnik
extension: -rtems-beatnik
platform: linux/amd64

# UNFORTUNATELY - the rtems WAF is not compatible with python 3.12 as it
# uses versioneer - so this does not build against ubuntu 24.04
# - epics-target: RTEMS-beatnik
# extension: -rtems-beatnik
# platform: linux/amd64

- epics-target: linux-x86_64
extension: ""
platform: linux/amd64
Expand Down

0 comments on commit b20b88c

Please sign in to comment.