Commit 903408a
committed
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.1 parent bfde7f2 commit 903408a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments