Wireshark-commits: [Wireshark-commits] master 44407c1: travis: remove Windows support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 19 Apr 2020 17:47:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44407c16fcf085b811caf5bc33c7667b2b354fc6
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

44407c1 by Peter Wu (peter@xxxxxxxxxxxxx):

    travis: remove Windows support
    
    The Windows builds have been stuck for a while because the Qt project
    changed their installers which prevented the installers from finishing.
    Remove support because 1) the Qt installer will most likely continue to
    break over time as it did in the past, several times, 2) Travis CI uses
    Bash which is a non-standard environment on Windows, and 3) other CI
    platforms such as GitHub Actions started providing Windows support.
    
    Remove Windows from the Travis CI builds and all related supporting
    files as well. They can be restored once the Qt automation is fixed.
    
    Bug: 16501
    Change-Id: I911491587a23f339aa6d6ffcfb6faffe234e5e91
    Reviewed-on: https://code.wireshark.org/review/36887
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  439e9a6   ACDR: Fix DTLS dissection
     add  44407c1   travis: remove Windows support


Summary of changes:
 .travis.yml                        | 56 ++---------------------
 tools/filter-msbuild.py            | 65 ---------------------------
 tools/qt-installer-windows.qs      | 92 --------------------------------------
 tools/report-progress.sh           | 46 -------------------
 tools/travis-cache-windows.sh      | 86 -----------------------------------
 tools/travis-install-qt-windows.sh | 28 ------------
 6 files changed, 3 insertions(+), 370 deletions(-)
 delete mode 100755 tools/filter-msbuild.py
 delete mode 100644 tools/qt-installer-windows.qs
 delete mode 100755 tools/report-progress.sh
 delete mode 100755 tools/travis-cache-windows.sh
 delete mode 100755 tools/travis-install-qt-windows.sh