Skip to content

gitlab PKGBUILD updates

loqs requested to merge loqs/gitlab:update into main
  • Fix build failure in re2 gem
    • Use libre2.so provided by the re2 package avoiding the vendored version that fails to build correctly.
    • Fixes #5 (closed)
  • Enable bundler checksum verification
  • Build the Rust extension for prometheus-client-mmap.
    • There is a race during the build so unset MAKEFLAGS for that step.
  • Remove now redundant call to gettext:compile.
    • gettext:compile is called by gitlab:assets:compile 1.
  • upgpkg: 16.6.1-1
    • Remove -Werror=format-security from the CFLAGS used by the C extension of the google-protobuf 3.25.0 gem which causes a build error introduced by upstream commit 2.

Merge request reports