Skip to content

Commit c248b51

Browse files
committed
colcon to ignore boost
1 parent bd51457 commit c248b51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/install_dependencies.sh

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ if [ `lsb_release -a | grep Release | grep "20.04" | wc -l` == 1 -a "${PYTHON_BI
5151
./b2 --prefix="/usr" cxxflags="-fPIC" -j 10 stage release
5252
sudo ./b2 --prefix="/usr" cxxflags="-fPIC" -j 10 install
5353

54+
# ensure our colcon build process ignores boost sources
55+
touch COLCON_IGNORE
56+
5457
popd
5558
popd
5659

0 commit comments

Comments
 (0)