- Feb 25, 2025
-
-
Levente Polyak authored
-
- Feb 15, 2025
-
-
Vendor all language related makepkg.conf files which are also shipped by makepkg itself. This makes sure we always have full control over the build flags inside devtools and overlay any by the vendored config we maintain in devtools. Component: archbuild Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
- Dec 04, 2024
-
-
- Apr 28, 2024
-
-
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 <anthraxx@archlinux.org>
-
- Feb 29, 2024
-
-
RFC-26 proposes to add -fno-omit-frame-pointer and -mno-omit-leaf-frame-pointer to the default compilation flags to improve the effectiveness of profiling and debugging tools. See https://rfc.archlinux.page/0026-fno-omit-frame-pointer/
-
- Feb 14, 2024
- Dec 19, 2023
-
-
Levente Polyak authored
BREAKING CHANGE: Increments the repo spec version which requires to reconfigure all existing packaging repo clones. Fixes #129 Component: pkgctl repo configure Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
- Dec 03, 2023
-
-
This moves relative relocations from the `.rela.dyn` section into a new `.relr.dyn` section with a significantly more compact encoding, supported since glibc 2.36, GNU Binutils 2.38 and LLVM 15. This can reduce the size of libraries a lot, e.g. the installed size of `libphonenumber` dropped from about 17 MB to 7 MB. For more info, see rfcs!23 . Signed-off-by:
Jan Alexander Steffens (heftig) <heftig@archlinux.org>
-
This will separate logical flags with whitespace and make it easier to split the flags across multiple lines. Signed-off-by:
Jan Alexander Steffens (heftig) <heftig@archlinux.org>
-
- Sep 18, 2023
-
-
Levente Polyak authored
Pacman does not resolve provides for the protocol packages, hence we need to switch to the new package name for bzr. Related-to: pacman/pacman!78 Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
- May 19, 2023
-
-
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
- Jan 03, 2023
-
-
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 <anthraxx@archlinux.org>
-
- Nov 07, 2022
-
-
Morten Linderud authored
Signed-off-by:
Morten Linderud <foxboron@archlinux.org>
-
- Jun 21, 2022
-
-
Levente Polyak authored
-