Skip to content
Snippets Groups Projects
Select Git revision
  • branch/OpenVMS
  • branch/default default protected
  • wild/930a3464a4bab23e2c2b67b07c9803886c65d641
  • wild/ae4cd162620c1a65830400c95d75d6aac024111f
  • wild/1d0c89cbdd5533687e03be224b89cfe9540192a2
  • wild/d81b7981070cffaa125f3034d6d64251895c8d8d
  • wild/7525f7aa39923d7a3964e0a6b3a07d8cfe5b7d1f
7 results

setup_mingw.sh

Blame
    • Nick Wellnhofer's avatar
      ee4f953bd1a1
      gitlab-ci: Only install cmake MinGW package if needed · ee4f953bd1a1
      Nick Wellnhofer authored
      On MinGW, cmake requires curl which requires nghttp2 which requires
      libxml2. But having a system libxml2 interferes with the Python tests
      for now. Ultimately, we should use Python's os.add_dll_directory() on
      Windows. I'm not sure why the current solution using PATH even works.
      ee4f953bd1a1
      History
      gitlab-ci: Only install cmake MinGW package if needed
      Nick Wellnhofer authored
      On MinGW, cmake requires curl which requires nghttp2 which requires
      libxml2. But having a system libxml2 interferes with the Python tests
      for now. Ultimately, we should use Python's os.add_dll_directory() on
      Windows. I'm not sure why the current solution using PATH even works.