sync with pacman 7 default configs
Merge request reports
Activity
- Resolved by Christian Heusel
assigned to @gromit
- Resolved by Christian Heusel
Following also needs to stay or you need to create makepkg.conf.d folder and add the rust.conf there (not tested with devtools):
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now \ -Wl,-z,pack-relative-relocs" LTOFLAGS="-flto=auto" - RUSTFLAGS="-Cforce-frame-pointers=yes" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" #-- Debugging flags DEBUG_CFLAGS="-g" DEBUG_CXXFLAGS="$DEBUG_CFLAGS" -DEBUG_RUSTFLAGS="-C debuginfo=2"
Otherwise the framepointer flags as well as the debug flags for rust wont be set.
Edited by Peter Jung
- Resolved by Christian Heusel
Seems like there are some issues using DownloadUser and the Sandbox feature in the fakeroot/nspawn contexts:
$ pkgctl build --testing -i auto ==> Updating pacman database cache :: Synchronizing package databases... core downloading... extra downloading... multilib downloading... error: restricting filesystem access failed because the landlock ruleset could not be applied! ==> Building nsxiv -> repo: extra-testing -> arch: x86_64 -> worker: chris-2 ==> Building nsxiv for [extra-testing] (x86_64) [sudo] password for chris: :: Synchronizing package databases... core-testing downloading... core downloading... extra-testing downloading... extra downloading... error: restricting filesystem access failed because landlock is not supported by the kernel! :: Starting full system upgrade... there is nothing to do
mentioned in merge request pacman/pacman!222
mentioned in issue #252 (closed)
added 22 commits
-
bc12f3ab...98b079f0 - 20 commits from branch
archlinux:master
- ffcab311 - feat: sync pacman configs with package defaults
- b9fae7c2 - fix(util): disable landlocking in fakeroot
-
bc12f3ab...98b079f0 - 20 commits from branch
changed milestone to %v1.3.0
added scopeenhancement label
enabled an automatic merge when all merge checks for 8bcbca83 pass