From d92a035285ca09f31081e7a95d8075003fe64dca Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 1 Jul 2019 13:28:02 -0700 Subject: [PATCH] faster docker build for safety replay --- tests/safety_replay/install_capnp.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/safety_replay/install_capnp.sh b/tests/safety_replay/install_capnp.sh index e13ab48c24ae7b..51559d3991b0a9 100755 --- a/tests/safety_replay/install_capnp.sh +++ b/tests/safety_replay/install_capnp.sh @@ -8,13 +8,3 @@ cd capnproto-c++-0.6.1 make -j4 make install -cd .. -git clone https://github.com/commaai/c-capnproto.git -cd c-capnproto -git checkout 2e625acacf58a5f5c8828d8453d1f8dacc700a96 -git submodule update --init --recursive -autoreconf -f -i -s -CFLAGS="-fPIC" ./configure --prefix=/usr/local -make -j4 -make install -