Commit 68d0492
committed
Fix vita-makepkg dropping the world's CARCH in bin/makepkg.conf
Regressed by an earlier git checkout -- in this same session that reverted
this file to HEAD and got only partially undone: vita-makepkg went back to
a plain copy of makepkg.conf.sample, which always says CARCH="vita",
instead of running it through WriteMakepkgConf.cmake. Caught by CI, not
locally: validate-core-package.sh's own world-coherence check failed a
real vita-softfp build with "version_info.txt says vita-softfp,
bin/makepkg.conf CARCH says vita" on every host.1 parent 112cbab commit 68d0492
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
0 commit comments