From ffc16f9f04a9ff93d26a966988f5dd10e176ffea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 1 Nov 2017 13:28:53 +0100 Subject: community/gitlab: pin posix-spawn version to 0.13.2 --- community/gitlab/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/gitlab/PKGBUILD (limited to 'community') 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 + ' +)" -- cgit v1.2.3