Skip to content
Snippets Groups Projects
  1. May 01, 2023
  2. Apr 29, 2023
    • Dermot Bradley's avatar
      scripts/mkimg.base.sh: remove haveged package · 38302601
      Dermot Bradley authored and alice's avatar alice committed
      With changes to the "random" code in recent kernels there seems little
      need for haveged in general. This script adds the haveged package to
      Alpine images but its init.d script never appears to be enabled
      anywhere (neither in the image nor by setup-alpine) and so the
      package's presence in the image appears unnecessary.
      38302601
  3. Mar 29, 2023
  4. Feb 13, 2023
  5. Jan 08, 2023
  6. Dec 29, 2022
  7. Nov 22, 2022
  8. Nov 18, 2022
  9. Nov 08, 2022
  10. Nov 07, 2022
  11. Sep 30, 2022
    • alice's avatar
      scripts/bootstrap.sh: add llvm15 · 5d4369a9
      alice authored
      Verified
      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
  12. Sep 23, 2022
  13. Sep 10, 2022
  14. Sep 04, 2022
  15. Aug 31, 2022
  16. Aug 20, 2022
  17. Aug 13, 2022
  18. Jul 28, 2022
  19. Jul 26, 2022
  20. 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
  21. Jul 13, 2022
  22. Jul 06, 2022
  23. May 23, 2022
  24. May 02, 2022
  25. Apr 28, 2022
  26. Apr 14, 2022
  27. Apr 01, 2022
  28. Mar 30, 2022
  29. Feb 14, 2022
Loading