Skip to content

Commit

Permalink
Update focal to use gcc9 (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Apr 7, 2022
1 parent ca2caba commit 3c6839d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ apt -y install \
cppcheck \
curl \
doxygen \
g++-8 \
git \
gnupg \
lcov \
lsb-release \
python3-pip \
wget
Expand Down Expand Up @@ -74,13 +74,6 @@ echo ::group::Install tools: pip
pip3 install -U pip vcstool colcon-common-extensions
echo ::endgroup::

echo ::group::Install tools: source
git clone https://github.com/linux-test-project/lcov.git -b v1.15 2>&1
cd lcov
make install
cd ..
echo ::endgroup::

if [ -f "$SOURCE_DEPENDENCIES" ] || [ -f "$SOURCE_DEPENDENCIES_VERSIONED" ] ; then
echo ::group::Fetch source dependencies
mkdir -p deps/src
Expand Down

0 comments on commit 3c6839d

Please sign in to comment.