mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Kill off OMF support
This commit is contained in:
parent
e5d7779794
commit
ad6e0c7a27
6 changed files with 25 additions and 74 deletions
|
@ -30,9 +30,6 @@ jobs:
|
|||
x64:
|
||||
MODEL: 64
|
||||
ARCH: x64
|
||||
x86-OMF:
|
||||
MODEL: 32omf
|
||||
ARCH: x86
|
||||
x86:
|
||||
MODEL: 32
|
||||
ARCH: x86
|
||||
|
@ -54,11 +51,6 @@ jobs:
|
|||
x64:
|
||||
MODEL: 64
|
||||
ARCH: x64
|
||||
|
||||
# x64 only because 32bit causes weird linker errors for several tests???
|
||||
# x86-OMF:
|
||||
# MODEL: 32omf
|
||||
# ARCH: x86
|
||||
steps:
|
||||
- template: .azure-pipelines/windows.yml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue