summaryrefslogtreecommitdiff
path: root/community/gitlab/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gitlab/PKGBUILD')
-rw-r--r--community/gitlab/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gitlab/PKGBUILD b/community/gitlab/PKGBUILD
new file mode 100644
index 00000000..f584e72a
--- /dev/null
+++ b/community/gitlab/PKGBUILD
@@ -0,0 +1,10 @@
+# temporarily use posix-spawn 0.3.12 (there is a bug in 0.3.13)
+# remove, when https://github.com/rtomayko/posix-spawn/pull/83 resolved
+
+eval "$(
+ declare -f build | \
+ sed '
+ /bundle-2\.3 config/ a \
+ sed -i "/posix-spawn/s/0\\.3\\.13/0.3.12/" Gemfile.lock
+ '
+)"