Skip to content

Commit

Permalink
gazebo.dsl: disable windows builds
Browse files Browse the repository at this point in the history
The builds are failing due to an old version of tbb
in the zipped dependency archive. See gazebosim/gazebo-classic#3174
for more information.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Mar 10, 2022
1 parent e316d84 commit a4bf11c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jenkins-scripts/dsl/gazebo.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@ all_branches.each { branch ->
OSRFWinCompilationAnyGitHub.create(gazebo_win_ci_any_job, "osrf/gazebo")
gazebo_win_ci_any_job.with
{
// Windows CI builds don't work at the moment due to an old version of tbb
disabled()

steps {
batchFile("""\
call "./scripts/jenkins-scripts/gazebo-default-devel-windows7-amd64.bat"
Expand All @@ -536,6 +539,9 @@ all_branches.each { branch ->
scm('@daily')
}

// Windows CI builds don't work at the moment due to an old version of tbb
disabled()

steps {
batchFile("""\
call "./scripts/jenkins-scripts/gazebo-default-devel-windows7-amd64.bat"
Expand Down

0 comments on commit a4bf11c

Please sign in to comment.