Skip to content
Snippets Groups Projects
  1. Feb 25, 2025
  2. Feb 15, 2025
  3. Dec 04, 2024
  4. Apr 28, 2024
    • Levente Polyak's avatar
      feat(db): confirm list of all packages that will be removed · 1d433f60
      Levente Polyak authored
      
      Sometimes it isn't obvious which set of packages are removed from a
      split package when the pkgbase matches also a subset of a pkgbase. This
      can happen for example with bootstrapping packages, when the intention
      is to just remove a partial part of the bootstrap pkgbase.
      
      To make the intention more explicit, list all to be removed packages and
      await for confirmation.
      
      Component: pkgctl db remove
      Signed-off-by: Levente Polyak's avatarLevente Polyak <anthraxx@archlinux.org>
      1d433f60
  5. Feb 29, 2024
  6. Feb 14, 2024
  7. Dec 19, 2023
  8. Dec 03, 2023
  9. Sep 18, 2023
  10. May 19, 2023
  11. Jan 03, 2023
    • Levente Polyak's avatar
      makepkg.conf: enable rust debuginfo · ea782a8a
      Levente Polyak authored
      
      This enables DEBUG_RUSTFLAGS with the appropriate debuginfo settings.
      
      The empty RUSTFLAGS variable is required workaround to avoid double
      compilation during package function call. The issue is that the
      behavior of the current implementation of buildenv_debugflags is not
      idempotent, so consecutive calls will append the same flags again
      leading to cargo consider the build inputs to have changed.
      
      Signed-off-by: Levente Polyak's avatarLevente Polyak <anthraxx@archlinux.org>
      ea782a8a
  12. Nov 07, 2022
  13. Jun 21, 2022
Loading