Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 9, 2023
1 parent 6e96d2e commit 6dd47f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/misra/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ if [ ! -d "$CPPCHECK_DIR" ]; then
fi

cd $CPPCHECK_DIR
git fetch
git checkout e1cff1d1ef92f6a1c6962e0e4153b7353ccad04c
git -c user.name=a -c user.email="a@b.c" cherry-pick 7199dde1618b5166735f07619dcdb9f4eafdb557
git fetch --all
git checkout 2.12.0
make clean
make MATCHCOMPILTER=yes CXXFLAGS="-O2" -j8

0 comments on commit 6dd47f9

Please sign in to comment.