Kill off OMF support

This commit is contained in:
richard (rikki) andrew cattermole 2024-05-03 18:24:36 +12:00
parent e5d7779794
commit ad6e0c7a27
6 changed files with 25 additions and 74 deletions

View file

@ -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