Skip to content
Snippets Groups Projects
  1. Sep 11, 2022
  2. Aug 23, 2022
  3. Aug 20, 2022
  4. Aug 02, 2022
  5. Jul 28, 2022
  6. Jul 20, 2022
  7. Jun 07, 2022
  8. Apr 30, 2022
  9. Apr 17, 2022
  10. Apr 07, 2022
  11. Mar 30, 2022
  12. Jan 28, 2022
  13. Dec 15, 2021
  14. Nov 24, 2021
    • Natanael Copa's avatar
      main/python3: add fallback for -gnu soabi · 6ad1b1f0
      Natanael Copa authored
      In commit b89cfd22 (main/python3: use musl SOABI) a patch was
      introduced to make it easier to detect a musl built python and with the
      intention to make it easier to build python wheels without clashing with
      musl binaries. It was a wrong assumption that pip acutally care about
      the SOABI.
      
      Meanwhile upstream python has been working on adding support for musl
      binaries (pep 656), which does not rely on SOABI. This has resulted in
      breakage with alpine built python which no longer loads binaries with
      -gnu.so suffix.
      
      As a workaround we add a patch to also look for shared libraries with
      -gnu.so suffix in addition to -musl.so.
      
      ref #13227
      6ad1b1f0
  15. Oct 14, 2021
  16. Sep 16, 2021
  17. Sep 11, 2021
  18. Sep 04, 2021
  19. Jun 29, 2021
  20. Jun 03, 2021
  21. May 12, 2021
  22. May 04, 2021
  23. Apr 06, 2021
  24. Apr 05, 2021
  25. Mar 19, 2021
  26. Mar 15, 2021
  27. Mar 02, 2021
  28. Feb 19, 2021
  29. Feb 13, 2021
  30. Dec 26, 2020
  31. Oct 05, 2020
  32. Sep 25, 2020
Loading