Skip to content

Commit

Permalink
リリースビルドやめやめ
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Oct 16, 2024
1 parent c6d7848 commit 9e26a13
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
. /opt/ros/${{ matrix.rosdistro }}/setup.sh
colcon build --event-handlers console_cohesion+ \
--packages-above-and-dependencies ${{ steps.get-modified-packages.outputs.modified-packages }} \
--cmake-args -DCMAKE_BUILD_TYPE=Release \
--mixin coverage-gcc coverage-pytest compile-commands
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build
run: |
. /opt/ros/${{ matrix.rosdistro }}/setup.sh
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
colcon build --symlink-install
shell: bash

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion docker/ccache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ccache -sv

RUN cd .. && \
source /opt/ros/humble/setup.bash && \
colcon build --symlink-install --cmake-args '-DCMAKE_BUILD_TYPE=Release'
colcon build --symlink-install

RUN cd .. && rm -rf build/ src/ install/ log/ && mkdir src

Expand Down
2 changes: 1 addition & 1 deletion docker/prebuilt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN rosdep update && \

RUN cd .. && \
source /opt/ros/humble/setup.bash && \
colcon build --symlink-install --cmake-args '-DCMAKE_BUILD_TYPE=Release'
colcon build --symlink-install

RUN cd .. && rm -rf src/ && mkdir src
2 changes: 1 addition & 1 deletion docker/scenario/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN rosdep update && \

RUN cd .. && \
source /opt/ros/humble/setup.bash && \
colcon build --symlink-install --cmake-args '-DCMAKE_BUILD_TYPE=Release'
colcon build --symlink-install

0 comments on commit 9e26a13

Please sign in to comment.