Commit ef0a76de authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should use compile-requirements.txt instead of dev-requirements.txt

parent 31454861
......@@ -36,7 +36,7 @@ all: mongodb-service
patch -Np1 -d mongodb-src-r4.4.6 < mongodb-src-r4.4.6-fix_compile_error.patch
mkdir mongo-home
cd mongodb-src-r4.4.6 && HOME=$(CURDIR)/mongo-home pip3 install --upgrade pip
cd mongodb-src-r4.4.6 && HOME=$(CURDIR)/mongo-home pip3 install -r buildscripts/requirements.txt
cd mongodb-src-r4.4.6 && HOME=$(CURDIR)/mongo-home pip3 install -r etc/pip/compile-requirements.txt
cd mongodb-src-r4.4.6 && scons PREFIX=/usr DESTDIR=/ install-core --release --opt=on --disable-warnings-as-errors MONGO_VERSION=4.4.6 -j 1
# cd mongodb-src-r4.4.6 && scons --prefix=/usr install --disable-warnings-as-errors MONGO_VERSION=4.4.6
cd mongodb-src-r4.4.6 && HOME=$(CURDIR)/mongo-home pip3 uninstall -y -r etc/pip/compile-requirements.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment