§2023-06-30

  1. get arch depository
$ git clone https://gitlab.archlinux.org/archlinux/packaging/packages/postgresql.git
$ cd postgresql
$ git checkout 15.3-12 -b tmp
$ time makepkg -s

  • on orange pi 5 plus, 16G, PCiSSD 256G
real	29m18.026s
user	18m20.064s
sys	     5m49.016s

postgresql-docs-15.3-2-aarch64.pkg.tar.xz postgresql-libs-15.3-2-aarch64.pkg.tar.xz  postgresql-15.3-2-aarch64.pkg.tar.xz
  • AMD A6-5200 APU with Radeon(TM) HD Graphics has a base clock speed of 2.0 GHz., 12GMEM, swap 8G
real	48m37.472s
user	35m22.180s
sys	     6m35.314s
Return to Top