Skip to content
Snippets Groups Projects
  1. Mar 29, 2023
  2. Feb 13, 2023
  3. Jan 08, 2023
  4. Dec 29, 2022
  5. Nov 22, 2022
  6. Nov 18, 2022
  7. Nov 08, 2022
  8. Nov 07, 2022
  9. Sep 30, 2022
    • alice's avatar
      scripts/bootstrap.sh: add llvm15 · 5d4369a9
      alice authored
      5d4369a9
    • Sören Tempel's avatar
      community/go: bootstrap via gccgo · 3516e6e5
      Sören Tempel authored and Sören Tempel's avatar Sören Tempel committed
      Previously, community/go depended on itself for compiler-bootstrapping
      purposes. This approach has several issue which are were further
      discussed on the ML some time ago [1]. By bootstrapping community/go
      using gcc-go we can make the bootstrap path more transparent and also
      ease bootstrapping new builder via bootstrap.sh as community/go no
      longer needs to be cross-compiled from an existing Go installation.
      
      As such, this commit also removes community/go from the bootstrap.sh.
      There is nothing on the bootstrap path that depends on it, hence it
      is fine that a bootstrapped/cross-compiled gcc doesn't have LANG_GO
      support. Go was only added to bootstrap.sh previously in commit
      f5c4b298 due to the cross-compilation
      requirement. This commit also removes the cross-compilation related
      quirks from the Go APKBUILD.
      
      I will further enhance the Go bootstrap setup by having both
      community/go and gcc-go provide a virtual go-bootstrap package. Thereby
      allowing compilation with either gcc-go or a prior community/go
      installation.
      
      [1]: https://lists.alpinelinux.org/~alpine/devel/%3C33KG0XO61I4IL.2Z7RTAZ5J3SY6%408pit.net%3E
      3516e6e5
  10. Sep 23, 2022
  11. Sep 10, 2022
  12. Sep 04, 2022
  13. Aug 31, 2022
  14. Aug 20, 2022
  15. Aug 13, 2022
  16. Jul 28, 2022
  17. Jul 26, 2022
  18. Jul 15, 2022
    • Natanael Copa's avatar
      scripts/mkimage.sh: fix yaml on re-run · 2a576810
      Natanael Copa authored
      create yaml even if file already exists. This solves the problem of yaml
      entry disapearing from latest-release.yaml on a re-run. the yaml is
      recreated so we need to recreate every yaml, not only for the images
      that are rebuilt.
      2a576810
  19. Jul 13, 2022
  20. Jul 06, 2022
  21. May 23, 2022
  22. May 02, 2022
  23. Apr 28, 2022
  24. Apr 14, 2022
  25. Apr 01, 2022
  26. Mar 30, 2022
  27. Feb 14, 2022
  28. Feb 11, 2022
  29. Jan 18, 2022
Loading