Skip to content
Snippets Groups Projects
Select Git revision
  • 13-4-stable protected
  • 13-3-stable protected
  • 5509-default-fresh-installs-to-pg12
  • 4160-better-wait-for-postgres-routine
  • patch-10
  • master default protected
  • pg-cert-update-docs
  • 5725-pgbouncer-should-support-multiple-authentication-options
  • rs-ci-sections
  • ignore-js-cache-dirs
  • 5728-qa-tests-failing-after-group-was-explicitly-set-for-repositories_storages
  • add-img-resizing-configs
  • deps/5a89a91-3b3d888
  • allow-setting-gitaly-git-bin-path
  • rename-piwik-to-matomo
  • docs-update-redirects-omnibus
  • 5665-allow-non-default-pg-port
  • ashmckenzie/gitlab-shell-ssl-cert-dir-support
  • eread/use-latest-docs-linting-image
  • if-forti_authenticator
  • 17.6.4+ee.0 protected
  • 17.6.4+ce.0 protected
  • 17.7.3+ee.0 protected
  • 17.7.3+ce.0 protected
  • 17.8.1+ee.0 protected
  • 17.8.1+ce.0 protected
  • 17.8.0+ee.0 protected
  • 17.8.0+ce.0 protected
  • 17.7.2+ee.0 protected
  • 17.7.2+ce.0 protected
  • 17.8.0+rc42.ee.0 protected
  • 17.8.0+rc42.ce.0 protected
  • 17.5.5+ee.0 protected
  • 17.5.5+ce.0 protected
  • 17.6.3+ee.0 protected
  • 17.6.3+ce.0 protected
  • 17.7.1+ee.0 protected
  • 17.7.1+ce.0 protected
  • 17.7.0+ee.0 protected
  • 17.7.0+ce.0 protected
40 results

gitlab.rb

  • Stan Hu's avatar
    4f6fd5f3
    Reduce Ubuntu 20 ARM package size · 4f6fd5f3
    Stan Hu authored
    This removes unnecessary gRPC source and binaries that were bundled with
    the ARM package. Prior to this change, the `grpc-1.30.2` gem was taking
    220 MB of space. We can remove a number of files in the
    `/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/grpc-1.30.2` directory:
    
    1. `/include`: 400K
    2. `/src/core`: 9.3 MB
    3. `/src/ruby/ext`: 196.1 MB
    2. `/third_party`: 12.1 MB
    
    These directories do not include any Ruby code, so it is safe to delete
    them. `/src/ruby/ext` contains mostly C source and headers, along with
    compiled objects.
    
    Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5661
    4f6fd5f3
    History
    Reduce Ubuntu 20 ARM package size
    Stan Hu authored
    This removes unnecessary gRPC source and binaries that were bundled with
    the ARM package. Prior to this change, the `grpc-1.30.2` gem was taking
    220 MB of space. We can remove a number of files in the
    `/opt/gitlab/embedded/lib/ruby/gems/2.7.0/gems/grpc-1.30.2` directory:
    
    1. `/include`: 400K
    2. `/src/core`: 9.3 MB
    3. `/src/ruby/ext`: 196.1 MB
    2. `/third_party`: 12.1 MB
    
    These directories do not include any Ruby code, so it is safe to delete
    them. `/src/ruby/ext` contains mostly C source and headers, along with
    compiled objects.
    
    Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5661
Code owners
Assign users and groups as approvers for specific file changes. Learn more.