Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/f02d4d01cc9bcaf566e72dbb769250f8c2752e9e
https://gitlab.archlinux.org/pacman/pacman/-/commit/71764b6d4cdee1f74cfc603050ced59009950169
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/319671cc720a31cfaa81e25354d58699a1bedf6c
|
|
Commit
https://gitlab.archlinux.org/pacman/pacman/-/commit/71764b6d4cdee1f74cfc603050ced59009950169
and
https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/099295fdcb33c875d0659510dc8e82969463a7c4
migrate rustflags to /etc/makepkg.conf.d/rust.conf.
Note I also change opt-level to 3 because
https://doc.rust-lang.org/cargo/reference/profiles.html shows opt-level
3 is all optimization which I want.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
According to https://wiki.archlinux.org/title/Microcode#GRUB, it seems
my grub auto configure early loading of microcode for me. See
/boot/grub/grub.cfg, it has a line of `initrd /intel-ucode.img ...`. So
I think maybe no need microcode hook in mkinitcpio.conf. Also
`journalctl -k --grep=microcode` check works fine.
|
|
|
|
|
|
|
|
|
|
Reasons:
1. I don't want to build debug packages
2. It breaks my mpra scirpt
Upstream code change:
- https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/commit/90bf367e61b4f77f8351d0412be3d0c4ddadb85a
- https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/merge_requests/1
|
|
|
|
|
|
|
|
|
|
config unchanged
In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|