Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add Cygwin CMake run #2930

Merged
merged 15 commits into from
Jul 1, 2024
Merged

CI: Add Cygwin CMake run #2930

merged 15 commits into from
Jul 1, 2024

Commits on May 9, 2024

  1. CI: Add Cygwin CMake run

    Copied from MehdiChinoune's MSYS CMake CI run.
    DWesl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fbe383d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2bbe13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc4aa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ec1b93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cd7881 View commit details
    Browse the repository at this point in the history
  6. FIX: Install C++ compiler.

    DWesl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8a52acb View commit details
    Browse the repository at this point in the history
  7. FIX: Force MAKE=/usr/bin/make

    Why isn't CYGWIN_NOWINPATH working?
    DWesl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    bc522f1 View commit details
    Browse the repository at this point in the history
  8. FIX: Force CXX=/usr/bin/g++

    This should really not be needed
    DWesl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    52eaf08 View commit details
    Browse the repository at this point in the history
  9. FIX: Ensure CMake build has C++

    That's the one that needed it.
    DWesl committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6a1716d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    986b95c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. CI: Remove a few environment variables from Cygwin CMake build

    Let's see if the build works without these.  The export-everything is going to be the real test.
    
    LDFLAGS="-Wl,--export-all-symbols"
    MAKE=/usr/bin/make
    DWesl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    92f71ed View commit details
    Browse the repository at this point in the history
  2. TST: Skip nc_test4_tst_filter on Cygwin.

    Already skipped on MinGW, so I don't feel bad skipping it on Cygwin too.  Still haven't figured out why it's crashing.  I should probably look into why Autotools is fine.
    DWesl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0c10f11 View commit details
    Browse the repository at this point in the history
  3. CI: Don't enable DAP on Cygwin

    I don't know that it ever worked before, and it isn't working now.
    DWesl committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ff5a18d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1770b75 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Merge upstream into patch-4

    DWesl committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    aa4cdf8 View commit details
    Browse the repository at this point in the history