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

Win support #150

Merged
merged 29 commits into from
Jun 27, 2022
Merged

Win support #150

merged 29 commits into from
Jun 27, 2022

Commits on Jun 27, 2022

  1. Use correct long definitions

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f9431fa View commit details
    Browse the repository at this point in the history
  2. Ignore vim swap files

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    eed630a View commit details
    Browse the repository at this point in the history
  3. Fix adding new image test

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b81fd66 View commit details
    Browse the repository at this point in the history
  4. Updates i16 tests

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    22e6324 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e686f95 View commit details
    Browse the repository at this point in the history
  6. Start to set up windows test

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2b33432 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fb96e2 View commit details
    Browse the repository at this point in the history
  8. Use installed path for cargo

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f6d6870 View commit details
    Browse the repository at this point in the history
  9. Do not update packages

    This is a fresh install
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5f35def View commit details
    Browse the repository at this point in the history
  10. Do not install clang

    We don't need clang to test the fitsio package, and it adds >1GiB of
    dependencies to download.
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    df0809e View commit details
    Browse the repository at this point in the history
  11. Use correct slashes

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    58ddc81 View commit details
    Browse the repository at this point in the history
  12. Test with gnu target

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ea6fdd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7767da2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d179ea View commit details
    Browse the repository at this point in the history
  15. Print compile command in verbose mode

    This will help us diagnose problems.
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a38411d View commit details
    Browse the repository at this point in the history
  16. Try to install rustup target

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    87b2048 View commit details
    Browse the repository at this point in the history
  17. Install dependencies

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    baf57f3 View commit details
    Browse the repository at this point in the history
  18. Correct pacman usage

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    badbf66 View commit details
    Browse the repository at this point in the history
  19. Use msys2

    Test installing the packages
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2f9f8ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    30ac149 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5fccb34 View commit details
    Browse the repository at this point in the history
  22. Clear default toolchain first

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    29a41a6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    458a6a6 View commit details
    Browse the repository at this point in the history
  24. Use gnu toolchain by default

    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    63a7b61 View commit details
    Browse the repository at this point in the history
  25. Add code test back

    Also remove the msys2 shell from setting the default rust toolchain.
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    edebaa6 View commit details
    Browse the repository at this point in the history
  26. fix: comment out test step

    Just to get the code merged (without breaking builds for others), we
    comment out the windows tests for now.
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    4b47fca View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2684b9c View commit details
    Browse the repository at this point in the history
  28. fix: clippy lints

    This is needed to get CI passing
    simonrw committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    810fc07 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f98fbf6 View commit details
    Browse the repository at this point in the history