Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Feb 20, 2022
1 parent 100922c commit 7cbb0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
build:
ubuntu2004and2204:
runs-on: ubuntu-20.04
# env:
steps:
Expand Down Expand Up @@ -41,20 +41,3 @@ jobs:
run: |
cd ros_from_src
docker build --build-arg IMAGE=ubuntu:22.04 --build-arg PYTHON_MINOR_VERSION=9 . -t ros2204
# - name: deps
# run: |
# sudo apt install -y python3-nose
# sudo apt install -y googletest
# # sudo apt install -y python-catkin-pkg
# sudo apt install -y python3-empy
# sudo apt install -y google-mock
# - name: Catkin
# run: |
# ls -l
# mkdir build/catkin -p
# cd build/catkin
# cmake ../../ros/core/catkin -DCATKIN_BUILD_BINARY_PACKAGE=OFF -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic -DPYTHON_EXECUTABLE=/usr/bin/python -DSETUPTOOLS_DEB_LAYOUT=OFF
# make
# make install
# ls -l /opt/ros/noetic
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python3 setup.py install --prefix=$DEST --record install_manifest.txt --single-v
cd $SRC/catkin_tools
python3 setup.py install --prefix=$DEST --record install_manifest.txt --single-version-externally-managed

# cmake install
# catkin install
mkdir -p $BUILD/catkin
cd $BUILD/catkin
cmake $WS/catkin -DCATKIN_BUILD_BINARY_PACKAGE=ON -DCMAKE_INSTALL_PREFIX=$DEST -DPYTHON_EXECUTABLE=/usr/bin/python -DSETUPTOOLS_DEB_LAYOUT=OFF -DCATKIN_INSTALL_INTO_PREFIX_ROOT=true && make && make install
Expand Down

0 comments on commit 7cbb0c4

Please sign in to comment.