Remove Travis Windows CI for now since it has infra failures.
This commit is contained in:
-24
@@ -10,30 +10,6 @@ dist: jammy
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-fcommon"
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-fcommon"
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=cl.exe CXX=cl.exe
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes EXTRA_CFLAGS="-fcommon"
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=cl.exe CXX=cl.exe CONFIGURE_FLAGS="--enable-debug"
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=gcc CXX=g++ CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-fcommon"
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=cl.exe CXX=cl.exe CROSS_COMPILE_32BIT=yes
|
|
||||||
- os: windows
|
|
||||||
arch: amd64
|
|
||||||
env: CC=cl.exe CXX=cl.exe CROSS_COMPILE_32BIT=yes CONFIGURE_FLAGS="--enable-debug"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
env: CC=gcc CXX=g++ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
||||||
|
|||||||
@@ -333,7 +333,10 @@ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
jobs = '\n'.join((
|
jobs = '\n'.join((
|
||||||
generate_windows(AMD64),
|
# Travis is failing on Windows due to infra failures, comment it out for
|
||||||
|
# now. Should resume once it is fixed.
|
||||||
|
|
||||||
|
# generate_windows(AMD64),
|
||||||
|
|
||||||
# Travis currently provides only FreeBSD 12.1 which is EOL. Builds are
|
# Travis currently provides only FreeBSD 12.1 which is EOL. Builds are
|
||||||
# not working as of Jan 2024. Disable the tests for now to avoid the
|
# not working as of Jan 2024. Disable the tests for now to avoid the
|
||||||
|
|||||||
Reference in New Issue
Block a user