Skip to content

Commit d92a035

Browse files
committed
faster docker build for safety replay
1 parent 3e9469b commit d92a035

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/safety_replay/install_capnp.sh

-10
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,3 @@ cd capnproto-c++-0.6.1
88
make -j4
99
make install
1010

11-
cd ..
12-
git clone https://github.com/commaai/c-capnproto.git
13-
cd c-capnproto
14-
git checkout 2e625acacf58a5f5c8828d8453d1f8dacc700a96
15-
git submodule update --init --recursive
16-
autoreconf -f -i -s
17-
CFLAGS="-fPIC" ./configure --prefix=/usr/local
18-
make -j4
19-
make install
20-

0 commit comments

Comments
 (0)