Skip to content

Commit 8164091

Browse files
committed
[tmp] ignore F2C compile errors
1 parent cb65987 commit 8164091

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
import-token: ${{ secrets.GITHUB_TOKEN }}
2929
target-ros2-distro: ${{ matrix.ros_distro }}
3030
vcs-repo-file-url: "${{ github.workspace }}/.github/deps.repos"
31+
colcon-defaults: |
32+
{
33+
"build": {
34+
"cmake-args": [
35+
"-DCMAKE_CXX_FLAGS=-Wno-error=pessimizing-move -Wno-error=deprecated-declarations"
36+
]
37+
}
38+
}
3139
- uses: actions/upload-artifact@v4
3240
with:
3341
name: colcon-logs

0 commit comments

Comments
 (0)