goharbor / harbor-arm

Build Harbor for arm architecture.
Apache License 2.0
70 stars 43 forks source link

add redis rmp builder #3

Closed wy65701436 closed 3 years ago

wy65701436 commented 3 years ago

In the arm env, redis needs to set the --with-lg-page=16 --with-lg-hugepage=21 when to build jemalloc For details, needs to refer to: docker-library/redis#254

Note:

  1. The rmp build must be executed on an arm based environment.
  2. The make check in the redis source is disabled as the new parameters will fail the jemalloc test, it needs more investigation.

Signed-off-by: Wang Yan wangyan@vmware.com