Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Arch: Edit /etc/pacman.conf instead of copying a nonexistent file
Base archlinux image stopped delivering a backed up configuration file for pacman and thus our CI failed: Run cp /etc/pacman.conf.pacnew /etc/pacman.conf cp: cannot stat '/etc/pacman.conf.pacnew': No such file or directory Error: Process completed with exit code 1. We used to copy that file to change a pacman configuration so that GLib documentation files are not removed when installaing packages. This stopped to working. This patch edits the file instead.
- Loading branch information