Skip to content

Fix Raspberry Pi builds by disabling sourcemaps

Mike Greiling requested to merge fix-raspi-builds into master

Sourcemaps are unneeded on our RasPi builds and disabling them reduces memory consumption of the webpack build process by 35-45%, so this is a way to fix our currently broken packages for %11.0.

Related: gitlab-org/gitlab-ce#47656

Merge request reports