mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
CI: remove disable-mixedabi targets
Mixed ABI support was removed in v1.28.0.
This commit is contained in:
parent
8d338a1999
commit
9d7edb7f40
1 changed files with 0 additions and 14 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
@ -22,26 +22,12 @@ jobs:
|
|||
CC: clang
|
||||
CXX: clang++
|
||||
|
||||
- name: Ubuntu Clang gnustep-1.9 disable-mixedabi
|
||||
library-combo: ng-gnu-gnu
|
||||
runtime-version: gnustep-1.9
|
||||
configure-opts: --disable-mixedabi
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
|
||||
- name: Ubuntu Clang gnustep-2.0
|
||||
library-combo: ng-gnu-gnu
|
||||
runtime-version: gnustep-2.0
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
|
||||
- name: Ubuntu Clang gnustep-2.0 disable-mixedabi
|
||||
library-combo: ng-gnu-gnu
|
||||
runtime-version: gnustep-2.0
|
||||
configure-opts: --disable-mixedabi
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
|
||||
- name: Windows GCC MinGW-w64 i686
|
||||
allow-test-failures: true
|
||||
library-combo: gnu-gnu-gnu
|
||||
|
|
Loading…
Reference in a new issue