Skip to content

Commit

Permalink
[tmp] ignore F2C compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adivardi committed Nov 27, 2024
1 parent cb65987 commit 8164091
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
import-token: ${{ secrets.GITHUB_TOKEN }}
target-ros2-distro: ${{ matrix.ros_distro }}
vcs-repo-file-url: "${{ github.workspace }}/.github/deps.repos"
colcon-defaults: |
{
"build": {
"cmake-args": [
"-DCMAKE_CXX_FLAGS=-Wno-error=pessimizing-move -Wno-error=deprecated-declarations"
]
}
}
- uses: actions/upload-artifact@v4
with:
name: colcon-logs
Expand Down

0 comments on commit 8164091

Please sign in to comment.