mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Remove Travis Windows CI for now since it has infra failures.
This commit is contained in:
parent
d70882a05d
commit
755735a6bf
2 changed files with 4 additions and 25 deletions
|
|
@ -333,7 +333,10 @@ EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|||
|
||||
def main():
|
||||
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
|
||||
# not working as of Jan 2024. Disable the tests for now to avoid the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue