Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:34:07 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:34:07 +0300
commit30b922784b9d0492ba525a35ec09782dd2bcace3 (patch)
tree401e38c3d81d0634859a8d36dd7657b5ad10504b
parentce4e299f1c7c4c626ed119cb97600f8813da3f59 (diff)
parent037e033f846274093ed857aec17c2a5b7a310a96 (diff)
Merge branch 'toon-freeze-i-ma-bundler' into 'master'
Makefile: Run bundle install in frozen mode See merge request gitlab-org/gitaly!4613
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a97ea5138..159489692 100644
--- a/Makefile
+++ b/Makefile
@@ -256,6 +256,9 @@ export PKG_CONFIG_PATH := ${LIBGIT2_INSTALL_DIR}/lib/pkgconfig
# Allow the linker flag -D_THREAD_SAFE as libgit2 is compiled with it on FreeBSD
export CGO_LDFLAGS_ALLOW = -D_THREAD_SAFE
+# Disallow changes to the Gemfile
+export BUNDLE_FROZEN = true
+
# By default, intermediate targets get deleted automatically after a successful
# build. We do not want that though: there's some precious intermediate targets
# like our `*.version` targets which are required in order to determine whether