Skip to content

Commit

Permalink
faster docker build for safety replay
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jul 1, 2019
1 parent 3e9469b commit d92a035
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/safety_replay/install_capnp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d92a035

Please sign in to comment.