Remove explicitly 'static' builds for RTEMS

(as all RTEMS builds are static by definition)
This commit is contained in:
Ralph Lange
2020-09-06 19:14:26 +02:00
parent 884d017650
commit 54a104e0a6
3 changed files with 2 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ jobs:
matrix:
os: [ubuntu-18.04]
cmp: [gcc]
configuration: [default, static, debug, static-debug]
configuration: [default, debug]
rtems: ["4.9", "4.10"]
steps:
- uses: actions/checkout@v2

View File

@@ -144,14 +144,10 @@ jobs:
- env: SET=test01 WINE=64 TEST=NO BCFG=static-debug
- env: SET=test01 RTEMS=4.9 BASE=3.15 TEST=NO
- env: SET=test01 RTEMS=4.9 BASE=3.15 TEST=NO BCFG=static
- env: SET=test01 RTEMS=4.9 BASE=3.15 TEST=NO BCFG=debug
- env: SET=test01 RTEMS=4.9 BASE=3.15 TEST=NO BCFG=static-debug
- env: SET=test01 RTEMS=4.10
- env: SET=test01 RTEMS=4.10 BCFG=static
- env: SET=test01 RTEMS=4.10 BCFG=debug
- env: SET=test01 RTEMS=4.10 BCFG=static-debug
- env: SET=test01
os: windows

View File

@@ -116,7 +116,7 @@ jobs:
matrix:
os: [ubuntu-18.04]
cmp: [gcc]
configuration: [default]
configuration: [default, debug]
rtems: ["4.9", "4.10"]
steps:
- uses: actions/checkout@v2